68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
|
{
|
||
|
"server": {
|
||
|
"port": 8001,
|
||
|
"client_ip": "112.33.14.191"
|
||
|
},
|
||
|
"jwt": {
|
||
|
"user": {
|
||
|
"access_key": "oOqYrhCNQRvVNAaEo4h4osoW",
|
||
|
"refresh_key": "oOqYrhCadQRvVNAaEo4h4osW",
|
||
|
"access_expire": 259200,
|
||
|
"refresh_expire": 360000
|
||
|
},
|
||
|
"admin": {
|
||
|
"access_key": "oOqYrhCcQRvVNAaEo4h4osoW",
|
||
|
"refresh_key": "oOqYahCadQRvVNAaEo4h4osW",
|
||
|
"access_expire": 3600,
|
||
|
"refresh_expire": 129600
|
||
|
}
|
||
|
},
|
||
|
"log": {
|
||
|
"path": "log_server",
|
||
|
"file": "server",
|
||
|
"level": 0
|
||
|
},
|
||
|
"db": {
|
||
|
"driver": "mysql",
|
||
|
"host": "112.33.14.191",
|
||
|
"port": 3306,
|
||
|
"user": "mh_demo",
|
||
|
"password": "kTGGtddsmGdYRbxP",
|
||
|
"db_name": "mh_demo"
|
||
|
},
|
||
|
"wx": {
|
||
|
"app_id": "wxe1963282cfe4840c",
|
||
|
"app_secret": "27e4dd0c628168d781d8ee45a6415405",
|
||
|
"app_mchId": "1494954322",
|
||
|
"app_mchSecret": "6c9eozed9Hq0hmXPzh5QTcO1KwrJbG3z"
|
||
|
},
|
||
|
"app": {
|
||
|
"app_id": "wxe1963282cfe4840c",
|
||
|
"app_secret": "27e4dd0c628168d781d8ee45a6415405",
|
||
|
"app_mchId": "1494954322",
|
||
|
"app_mchSecret": "6c9eozed9Hq0hmXPzh5QTcO1KwrJbG3z"
|
||
|
},
|
||
|
"wx_pay": {
|
||
|
"callback_url": "https://demo.switch.deovo.com:9004/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"
|
||
|
},
|
||
|
"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
|
||
|
},
|
||
|
"xianmai_base_url": "https://testh5.xianmai.net.cn"
|
||
|
}
|