1
0
Files
yafcms/conf/app.ini
2021-07-21 09:48:17 +08:00

17 lines
474 B
INI

[common]
application.directory = APP_PATH "/app"
application.modules = "Admin"
application.dispatcher.throwException = True
application.dispatcher.catchException = True
application.view.ext = "tpl"
[smarty]
smarty.left_delimiter = "{% "
smarty.right_delimiter = " %}"
smarty.template_dir = APP_PATH "/view/"
smarty.compile_dir = APP_PATH "/cache/compile"
smarty.cache_dir = APP_PATH "/cache/"
[product : common : smarty]
[development : common : smarty]