hotime/example/config/config.json

38 lines
597 B
JSON
Raw Normal View History

{
"cache": {
"memory": {
"db": true,
"session": true,
"timeout": 7200
}
},
"codeConfig": {
2021-06-04 02:04:37 +00:00
"admin": "config/app.json"
},
2021-06-05 23:50:58 +00:00
"crossDomain": "auto",
"db": {
2021-06-04 18:18:56 +00:00
"mysql": {
2021-06-05 18:27:22 +00:00
"host": "192.168.6.250",
"name": "reg_gqt",
2021-06-04 18:18:56 +00:00
"password": "root",
"port": "3306",
"prefix": "",
"user": "root"
}
},
"defFile": [
"index.html",
"index.htm"
],
"error": {
"1": "内部系统异常",
"2": "访问权限异常",
"3": "请求参数异常",
"4": "数据处理异常",
"5": "数据结果异常"
},
"mode": 2,
"port": "80",
"sessionName": "HOTIME",
"tpt": "tpt"
}