62 lines
1.4 KiB
JSON
62 lines
1.4 KiB
JSON
{
|
|
"server": {
|
|
"port": 8001
|
|
},
|
|
"jwt": {
|
|
"user": {
|
|
"access_key": "oOqYrhCNQRvVNAaEo4h4osoW",
|
|
"refresh_key": "oOqYrhCadQRvVNAaEo4h4osW",
|
|
"access_expire": 3600,
|
|
"refresh_expire": 129600
|
|
},
|
|
"admin": {
|
|
"access_key": "oOqYrhCcQRvVNAaEo4h4osoW",
|
|
"refresh_key": "oOqYahCadQRvVNAaEo4h4osW",
|
|
"access_expire": 3600,
|
|
"refresh_expire": 129600
|
|
}
|
|
},
|
|
"log": {
|
|
"path": "log_cron",
|
|
"file": "cron",
|
|
"level": 0
|
|
},
|
|
"db": {
|
|
"driver": "mysql",
|
|
"host": "192.168.0.188",
|
|
"port": 3306,
|
|
"user": "step_db",
|
|
"password": "7XmjY2FSpeKcZFsG",
|
|
"db_name": "step_db"
|
|
},
|
|
"wx": {
|
|
"app_id": "wx806c079463b5b56c",
|
|
"app_secret": "cb125688bf4e482f66e8c46062d568fc",
|
|
"app_mchId": "gh_98b7237fbf37",
|
|
"app_mchSecret": "aaff113c243c47e1cf09af30fe3a6d2b"
|
|
},
|
|
"app": {
|
|
"app_id": "wxb20ee1a562e56453",
|
|
"app_secret": "26e2a1203ad8403891a78a56a37cade5",
|
|
"app_mchId": "1517772711",
|
|
"app_mchSecret": "BCHkQGyEKrgHQIfMSi7E4udkt9Ua6AZV"
|
|
},
|
|
"wx_pay": {
|
|
"callback_url": "https://ttsb.api.wawazhuawawa.com/admin/pay/wx_callback"
|
|
},
|
|
"ali_pay": {
|
|
"callback_url": ""
|
|
},
|
|
"sms": {
|
|
"access_key_id": "",
|
|
"access_key_secret": "",
|
|
"sign_name": "",
|
|
"template_code": ""
|
|
},
|
|
"redis": {
|
|
"host": "127.0.0.1",
|
|
"port": 6379,
|
|
"password": "",
|
|
"db": 100
|
|
}
|
|
} |