hotime/config/config.json

18 lines
289 B
JSON
Raw Normal View History

2017-08-22 08:24:55 +00:00
{
"cacheLongTime": 2592000,
"cacheShortTime": 7200,
"dbHost": "127.0.0.1",
"dbName": "test",
"dbPort": "3306",
"dbPwd": "root",
"dbUser": "root",
"defFile": [
"index.html",
"index.htm"
],
"error": {},
"logLevel": 0,
2017-08-23 02:05:47 +00:00
"port": "8080",
2017-08-22 08:24:55 +00:00
"sessionName": "HOTIME",
"tpt": "tpt"
}