This commit is contained in:
张成
2025-11-21 16:53:49 +08:00
commit 8309808835
286 changed files with 32656 additions and 0 deletions

49
config/config.json Normal file
View File

@@ -0,0 +1,49 @@
{
"jwtkey": "97856358!@#",
"port": {
"node": 9096,
"web": 9095
},
"allowUrls": ["/admin_api/sys_user/login", "/admin_api/sys_user/authorityMenus", "/admin_api/sys_user/register", "/api/user/loginByWeixin", "/file/", "/sys_file/"],
"fileConifg": {
"vue": {
"api": "../../admin/src/api/",
"view": "../../admin/src/view/"
},
"node": {
"controller": "../controller_admin/",
"model": "../model/"
}
},
"db": {
"database": "platformweb",
"username": "platformweb",
"password": "BPPypsjfZExHzA7G",
"host": "47.98.167.204",
"port": 3306,
"dialect": "mysql"
},
"wechat": {
"appid": "",
"secret": "",
"mch_id": "",
"partner_key": "",
"partnerV3_key": "",
"notify_url": "",
"refund_notify_url": "",
"shareUrlQr": ""
},
"aliyun": {
"accessKeyId": "LTAITcmHTshBRPQ4",
"accessKeySecret": "TA4j4cLYdRTDIWBc0DGoSNstSDW5CY",
"ossUrl": "http://light22600.oss-cn-beijing.aliyuncs.com"
},
"redis": {
"host": "",
"port": "",
"pwd": "",
"opt": {}
}
}