hotime/example/config/config.json

21 lines
391 B
JSON
Raw Normal View History

2017-08-17 02:37:00 +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,
"port": "80",
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",
2018-04-03 17:54:27 +00:00
"tpt": "example/tpt"
2017-08-17 02:37:00 +00:00
}