hotime/example/config/config.json

27 lines
498 B
JSON
Raw Normal View History

2017-08-17 02:37:00 +00:00
{
"cacheLongTime": 2592000,
"cacheShortTime": 7200,
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"
],
"error": {},
"logLevel": 0,
2019-11-10 08:42:49 +00:00
"modeRouterStrict": false,
2018-04-08 16:02:13 +00:00
"port": "8080",
2018-04-04 18:44:00 +00:00
"redisHost": "192.168.6.254:6379",
"redisPort": "6379",
"redisPwd": "9rusdfjk482fjdfo2e023",
2017-08-17 02:37:00 +00:00
"sessionName": "HOTIME",
2019-11-10 08:42:49 +00:00
"tlsCert": "",
"tlsKey": "",
"tlsPort": "0",
2018-04-03 17:54:27 +00:00
"tpt": "example/tpt"
2017-08-17 02:37:00 +00:00
}