hotime/example/config/config.json

56 lines
1.2 KiB
JSON
Raw Permalink 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
}
},
"codeConfig": {
2021-06-04 02:04:37 +00:00
"admin": "config/app.json"
},
"codeConfig1": {
"admin": {
"config": "config/app.json",
"package": "admin",
"rule": "config/rule.json"
}
},
2021-12-27 06:00:08 +00:00
"crossDomain": "auto",
"db": {
2021-06-04 18:18:56 +00:00
"mysql": {
2021-07-03 20:03:29 +00:00
"host": "192.168.6.253",
2022-02-19 13:38:17 +00:00
"name": "iedc_dev",
2021-07-20 16:09:13 +00:00
"password": "dasda8454456",
2021-06-04 18:18:56 +00:00
"port": "3306",
"prefix": "",
"user": "root"
}
},
"defFile": [
"index.html",
"index.htm"
],
"error": {
"1": "内部系统异常",
"2": "访问权限异常",
"3": "请求参数异常",
"4": "数据处理异常",
"5": "数据结果异常"
},
2022-02-23 22:26:36 +00:00
"imgPath": "img/2006/01/02/",
2021-12-27 13:30:24 +00:00
"mode": 3,
2022-02-19 13:38:17 +00:00
"port": "8081",
"sessionName": "HOTIME",
2022-03-03 13:23:57 +00:00
"smsKey": "b0eb4bf0198b9983cffcb85b69fdf4fa",
"smsLogin": "【政企超链接】您的验证码为:{code}请在5分钟内使用切勿将验证码泄露于他人如非本人操作请忽略。",
2022-02-23 22:26:36 +00:00
"tpt": "tpt",
"wechatAppID": "wx2edb802f5c3ae1ae",
2022-02-28 00:53:38 +00:00
"wechatAppSecret": "4ff97e523c3de6bad47051b568522386",
"wxFilePath": "wxfile/2006/01/02/"
}