Commit 0e76eb70 authored by Hsinli's avatar Hsinli

addd

parent c31e0073
Pipeline #13546 passed with stage
in 5 seconds
......@@ -114,8 +114,8 @@ module.exports = appInfo => {
config.USER_CENTER_API_URI = process.env.USER_CENTER_API_URI;
config.BLACKLIST_APPLY_APPKEY = process.env.BLACKLIST_APPLY_APPKEY;//黑名单对接
config.BLACKLIST_APPLY_APPKEY = process.env.BLACKLIST_APPLY_APPSECRET;
config.BLACKLIST_APPLY_APPKEY = process.env.BLACKLIST_APPLY_URL;
config.BLACKLIST_APPLY_APPSECRET = process.env.BLACKLIST_APPLY_APPSECRET;
config.BLACKLIST_APPLY_URL = process.env.BLACKLIST_APPLY_URL;
return config;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment