🔧 默认生产模式

This commit is contained in:
Liang Ding 2019-05-24 11:45:17 +08:00
parent 6bd4efd16f
commit 1eb2a78c3b
No known key found for this signature in database
GPG Key ID: 136F30F901A2231D
1 changed files with 8 additions and 8 deletions

View File

@ -1,10 +1,10 @@
{
"Server": "http://127.0.0.1:7070",
"LogLevel": "debug",
"Data": "${home}/wide",
"RuntimeMode": "prod",
"HTTPSessionMaxAge": 86400,
"StaticResourceVersion": "${time}",
"Locale": "zh_CN",
"SiteStatCode": ""
"Server": "http://127.0.0.1:7070",
"LogLevel": "debug",
"Data": "${home}/wide",
"RuntimeMode": "prod",
"HTTPSessionMaxAge": 86400,
"StaticResourceVersion": "${time}",
"Locale": "zh_CN",
"SiteStatCode": ""
}