hotime/example/config/config.json

31 lines
560 B
JSON
Raw Normal View History

2017-08-17 02:37:00 +00:00
{
"cacheLongTime": 2592000,
"cacheShortTime": 7200,
2020-02-20 07:06:39 +00:00
"crossDomain": "",
2019-11-10 08:42:49 +00:00
"dbCached": 0,
2017-08-17 02:37:00 +00:00
"dbHost": "127.0.0.1",
"dbName": "test",
"dbPort": "3306",
"dbPwd": "root",
"dbUser": "root",
2019-11-10 08:42:49 +00:00
"debug": 1,
2017-08-17 02:37:00 +00:00
"defFile": [
"index.html",
"index.htm"
],
2020-02-20 07:06:39 +00:00
"error": {
"1": "内部系统异常",
"2": "访问权限异常",
"3": "请求参数异常",
"4": "数据处理异常",
"5": "数据结果异常"
},
"logLevel": 1,
2019-11-10 08:42:49 +00:00
"modeRouterStrict": false,
2018-04-08 16:02:13 +00:00
"port": "8080",
2017-08-17 02:37:00 +00:00
"sessionName": "HOTIME",
2019-11-10 08:42:49 +00:00
"tlsCert": "",
"tlsKey": "",
"tlsPort": "0",
2020-02-20 07:06:39 +00:00
"tpt": "tpt"
2017-08-17 02:37:00 +00:00
}