application.ini 1.97 KB
[common]
;;默认项目
application.directory = APPLICATION_PATH  "/application"
;;website library
application.library = APPLICATION_PATH "/library"


application.modules = "Default,Api,Upload,Passport,Pay,M"
;;加载
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.yhfair.com/"
website.static.url = "http://static.yhfair.com/"
website.static.css = "http://static.yhfair.com/css/"
website.static.js = "http://static.yhfair.com/js/"
website.static.images = "http://static.yhfair.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
website.domain = "http://www.yohomarket.com/"
website.static.url = "http://static.yohomarket.com/"
website.static.css = "http://static.yohomarket.com/css/"
website.static.js = "http://static.yohomarket.com/js/"
website.static.images = "http://static.yohomarket.com/images/"
[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/QF1.1/Framework"
application.servers.config = "/Data/code/yohomarket/yohomarket.config/core"

website.domain = "http://www.yohomarket.cn/"
website.static.url = "http://static.yohomarket.cn/"
website.static.css = "http://static.yohomarket.cn/css/"
website.static.js = "http://static.yohomarket.cn/js/"
website.static.images = "http://static.yohomarket.cn/images/"