2021-06-30 02:12:05 +00:00
|
|
|
{
|
|
|
|
"server": {
|
2024-07-06 09:24:35 +00:00
|
|
|
"port": 8001
|
2021-06-30 02:12:05 +00:00
|
|
|
},
|
|
|
|
"jwt": {
|
|
|
|
"user": {
|
|
|
|
"access_key": "oOqYrhCNQRvVNAaEo4h4osoW",
|
|
|
|
"refresh_key": "oOqYrhCadQRvVNAaEo4h4osW",
|
|
|
|
"access_expire": 259200,
|
2021-11-01 03:32:23 +00:00
|
|
|
"refresh_expire": 360000
|
2021-06-30 02:12:05 +00:00
|
|
|
},
|
|
|
|
"admin": {
|
|
|
|
"access_key": "oOqYrhCcQRvVNAaEo4h4osoW",
|
|
|
|
"refresh_key": "oOqYahCadQRvVNAaEo4h4osW",
|
|
|
|
"access_expire": 3600,
|
|
|
|
"refresh_expire": 129600
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"log": {
|
|
|
|
"path": "log_server",
|
|
|
|
"file": "server",
|
|
|
|
"level": 0
|
|
|
|
},
|
|
|
|
"db": {
|
|
|
|
"driver": "mysql",
|
2024-07-10 09:07:41 +00:00
|
|
|
"host": "112.33.14.191",
|
2021-06-30 02:12:05 +00:00
|
|
|
"port": 3306,
|
2024-07-10 09:07:41 +00:00
|
|
|
"user": "mh_dev",
|
|
|
|
"password": "d9qy46ONI0ZTF9eH",
|
|
|
|
"db_name": "mh_dev"
|
2021-06-30 02:12:05 +00:00
|
|
|
},
|
|
|
|
"wx": {
|
|
|
|
"app_id": "wx806c079463b5b56c",
|
|
|
|
"app_secret": "cb125688bf4e482f66e8c46062d568fc",
|
|
|
|
"app_mchId": "1609877389",
|
|
|
|
"app_mchSecret": "DeovoMingHuiRengTianTang45675456"
|
|
|
|
},
|
|
|
|
"app": {
|
|
|
|
"app_id": "wx806c079463b5b56c",
|
|
|
|
"app_secret": "cb125688bf4e482f66e8c46062d568fc",
|
|
|
|
"app_mchId": "1609877389",
|
|
|
|
"app_mchSecret": "DeovoMingHuiRengTianTang45675456"
|
|
|
|
},
|
|
|
|
"wx_pay": {
|
2023-09-12 11:04:47 +00:00
|
|
|
"callback_url": "https://switch.deovo.com:8001/api/v1/wxpay_refund/notice",
|
|
|
|
"cert_file":"/Users/li/mh/mh_server/pack/configs/merchant/apiclient_cert.p12",
|
|
|
|
"key_file":"/Users/li/mh/mh_server/pack/configs/merchant/apiclient_key.pem",
|
|
|
|
"root_ca_file":"/Users/li/mh/mh_server/pack/configs/merchant/apiclient_cert.pem"
|
2021-06-30 02:12:05 +00:00
|
|
|
},
|
|
|
|
"ali_pay": {
|
|
|
|
"callback_url": ""
|
|
|
|
},
|
|
|
|
"sms": {
|
|
|
|
"access_key_id": "LTAI5atZsVv9y2MJ",
|
|
|
|
"access_key_secret": "shFlHKZDZshcAHJpwMYFojfoD7pQiX",
|
|
|
|
"sign_name": "明慧",
|
|
|
|
"template_code": "SMS_167675071"
|
|
|
|
},
|
|
|
|
"redis": {
|
|
|
|
"host": "127.0.0.1",
|
|
|
|
"port": 6379,
|
|
|
|
"password": "",
|
|
|
|
"db": 100
|
2023-11-17 06:44:58 +00:00
|
|
|
},
|
|
|
|
"xianmai_base_url": "https://testh5.xianmai.net.cn"
|
2024-01-25 01:34:52 +00:00
|
|
|
}
|