application.ini
1.46 KB
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
34
35
36
37
38
[common]
;;默认项目
application.directory = APPLICATION_PATH "/application"
;;website library
application.library = APPLICATION_PATH "/library"
application.modules = "Default,Passport,System,Api,Cms"
;;加载
application.bootstrap = APPLICATION_PATH "/application/Bootstrap.php"
;;view文件的扩展名
application.view.ext = "phtml"
application.layout.path = APPLICATION_PATH "/application/layouts"
application.layout.default = "default.html"
website.domain = "http://www.beastore.com/"
website.static.url = "http://static.beastore.com/"
website.static.css = "http://static.beastore.com/css/"
website.static.js = "http://static.beastore.com/js/"
website.static.images = "http://static.beastore.com/images/"
[localing : common]
application.brightKnight = "/Data/code/yohomarket.bright.knight"
application.framework = "/Data/code/QF1.1/Framework"
application.servers.config = "/Data/code/yohomarket.config/core"
;;调试模式
application.debug = TRUE
[release : common]
application.brightKnight = "/Data/code/yohomarket.bright.knight"
application.framework = "/Data/code/QF1.1/Framework"
application.servers.config = "/Data/code/yohomarket.config/core"
application.dispatcher.throwException = True
;;application.dispatcher.catchException = True
[testing : common]
application.brightKnight = "/Data/code/yohomarket/yohomarket.bright.knight"
application.framework = "/Data/code/yohomarket/QF1.1/Framework"
application.servers.config = "/Data/code/yohomarket/yohomarket.config/core"