1
This commit is contained in:
49
config/config.json
Normal file
49
config/config.json
Normal 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": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user