审查视图

conf/app.conf 389 字节
tangxvhui authored
1
appname = partnermg
tangxvhui authored
2
runmode  = "${RUN_MODE||dev}"
tangxvhui authored
3
httpport = "${HTTP_PORT||8082}"
tangxvhui authored
4 5 6 7 8 9 10 11 12

#开启监控
EnableAdmin = false
#开启JSON请求
copyrequestbody = true
#防止跨站请求伪造 未启用
enablexsrf = false
xsrfkey = asdfioerjlasdfmFADFOEJF2323SDFF
xsrfexpire = 3600
tangxvhui authored
13 14
#是否将错误信息进行渲染
EnableErrorsRender =false
tangxvhui authored
15 16 17
[lang]
types = en-US|zh-CN
names = English|简体中文