-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsae_app_wizard.xml
33 lines (33 loc) · 962 Bytes
/
sae_app_wizard.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<appwizard>
<introduction>
<name></name>
<author>wangdong</author>
<icon></icon>
<homepage>http://wangdong.sinaapp.com</homepage>
<description><![CDATA[同时兼容新浪云、百度云和普通环境的后台管理系统]]></description>
</introduction>
<platform>
<services>
<service name="public" params="Public">Storage</service>
<service size="5M">Memcache</service>
<service>Mysql</service>
<service>kvdb</service>
</services>
<appconfig>
<tpl><![CDATA[
name: <<appname>>
version: <<version>>
handle:
- hostaccess: if(path ~ "^/App") deny "all"
- hostaccess: if(path ~ "^/Libs") deny "all"
- hostaccess: if(path ~ "^/config.yaml") deny "all"
- hostaccess: if(path ~ "^/sae_app_wizard.xml") deny "all"
- hostaccess: if(path ~ "^/readme.txt") deny "all"
- rewrite: if(!is_dir() && !is_file() && path~"^(.*)$") goto "index.php/$1"
]]></tpl>
</appconfig>
</platform>
<code>
<initScript>install.html</initScript>
</code>
</appwizard>