1
This commit is contained in:
@@ -39,5 +39,8 @@ module.exports = {
|
||||
|
||||
// 官方 API 上游地址(转发层目标)
|
||||
"upstream_api_url": "http://113.44.162.180:7006",
|
||||
|
||||
/** 用于加密存储 Token 明文供管理端查看(生产请用环境变量 BIZ_TOKEN_ENC_KEY) */
|
||||
"biz_token_enc_key": process.env.BIZ_TOKEN_ENC_KEY || "wechat-admin-dev-token-enc-key-change-me",
|
||||
}
|
||||
|
||||
|
||||
@@ -42,5 +42,8 @@ module.exports = {
|
||||
|
||||
// 官方 API 上游地址(转发层目标)
|
||||
"upstream_api_url": "http://127.0.0.1:8888",
|
||||
|
||||
/** 生产环境务必设置环境变量 BIZ_TOKEN_ENC_KEY(长随机串) */
|
||||
"biz_token_enc_key": process.env.BIZ_TOKEN_ENC_KEY,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user