hotime/example/config/config.json

40 lines
969 B
JSON
Raw Normal View History

{
2022-02-23 22:26:36 +00:00
"avatarPath": "avatar/2006/01/02/",
"cache": {
"db": {
"db": false,
"session": true
},
"memory": {
"db": true,
"session": true,
"timeout": 7200
}
},
2022-04-17 22:28:01 +00:00
"codeConfig": [],
2022-03-13 09:02:19 +00:00
"crossDomain": "",
2022-04-17 22:28:01 +00:00
"db": {},
"defFile": [
"index.html",
"index.htm"
],
"error": {
"1": "内部系统异常",
"2": "访问权限异常",
"3": "请求参数异常",
"4": "数据处理异常",
"5": "数据结果异常"
},
2022-02-23 22:26:36 +00:00
"imgPath": "img/2006/01/02/",
2022-03-12 21:13:32 +00:00
"mode": 2,
2022-02-19 13:38:17 +00:00
"port": "8081",
"sessionName": "HOTIME",
2022-03-03 13:23:57 +00:00
"smsKey": "b0eb4bf0198b9983cffcb85b69fdf4fa",
2022-04-17 22:28:01 +00:00
"smsLogin": "【政策通】您的验证码为:{code}请在5分钟内使用切勿将验证码泄露于他人如非本人操作请忽略。",
2022-02-23 22:26:36 +00:00
"tpt": "tpt",
2022-03-16 01:58:24 +00:00
"wechatAppID": "wx6126460a528a20e5",
"wechatAppSecret": "1dfdd8079414c795950d71bc92d0f1bd",
2022-04-17 22:28:01 +00:00
"wechatMiniAppID": "wx6126460a528a20e5",
"wechatMiniAppSecret": "1dfdd8079414c795950d71bc92d0f1bd",
2022-02-28 00:53:38 +00:00
"wxFilePath": "wxfile/2006/01/02/"
}