iedc-go/config/config.json

54 lines
1.1 KiB
JSON
Raw Normal View History

2022-10-30 15:44:05 +00:00
{
"avatarPath": "avatar/2006/01/02/",
"cache": {
"db": {
"db": false,
"session": true
},
"memory": {
"db": true,
"session": true,
"timeout": 7200
}
},
2022-10-30 17:18:19 +00:00
"codeConfig": [
{
"config": "config/admin.json",
"configDB": "config/adminDB.json",
"rule": "config/rule.json",
"table": "admin"
2022-10-30 15:44:05 +00:00
}
2022-10-30 17:18:19 +00:00
],
2022-10-30 15:44:05 +00:00
"crossDomain": "auto",
"db": {
"mysql": {
"host": "192.168.6.253",
"name": "iedc_dev",
"password": "dasda8454456",
"port": "3306",
"prefix": "",
"user": "root"
}
},
"defFile": [
"index.html",
"index.htm"
],
"error": {
"1": "内部系统异常",
"2": "访问权限异常",
"3": "请求参数异常",
"4": "数据处理异常",
"5": "数据结果异常"
},
"imgPath": "img/2006/01/02/",
"mode": 3,
"port": "8081",
"sessionName": "HOTIME",
"smsKey": "b0eb4bf0198b9983cffcb85b69fdf4fa",
"smsLogin": "【政企超链接】您的验证码为:{code}请在5分钟内使用切勿将验证码泄露于他人如非本人操作请忽略。",
"tpt": "tpt",
"wechatAppID": "wx2edb802f5c3ae1ae",
"wechatAppSecret": "4ff97e523c3de6bad47051b568522386",
"wxFilePath": "wxfile/2006/01/02/"
}