Commit b272b2fa authored by 高诸锋's avatar 高诸锋

【fix config】

parent 8b6483ad
Pipeline #5753 passed with stage
in 2 seconds
...@@ -31,6 +31,7 @@ module.exports = () => { ...@@ -31,6 +31,7 @@ module.exports = () => {
fetchHelpUrl: '/chaos/hf/help', fetchHelpUrl: '/chaos/hf/help',
fetchNoticeUrl: '/chaos/hf/notice', fetchNoticeUrl: '/chaos/hf/notice',
fetchHubSeriptsUrl: '/chaos/hf/hubs', fetchHubSeriptsUrl: '/chaos/hf/hubs',
cityListUrl: '',
fetchScriptByCityNameUrl: '/chaos/hf/city_scripts', fetchScriptByCityNameUrl: '/chaos/hf/city_scripts',
redisScriptsKey: 'DATA_SERVER_SHEBAO.SCRIPTS', redisScriptsKey: 'DATA_SERVER_SHEBAO.SCRIPTS',
redisParamsKey: 'DATA_SERVER_SHEBAO.PARAMS', redisParamsKey: 'DATA_SERVER_SHEBAO.PARAMS',
...@@ -56,6 +57,7 @@ module.exports = () => { ...@@ -56,6 +57,7 @@ module.exports = () => {
signatureUrl: '/Access/SignValidityCheck', signatureUrl: '/Access/SignValidityCheck',
fetchParnterUrl: '', fetchParnterUrl: '',
signatureType: 'shebao', signatureType: 'shebao',
customerUrl: '/customer/query',
}; };
config.redisKeys = { config.redisKeys = {
...@@ -105,7 +107,7 @@ module.exports = () => { ...@@ -105,7 +107,7 @@ module.exports = () => {
appSecret: '0BDD1ECC147503C477563E5C1438C366D70E4F80', appSecret: '0BDD1ECC147503C477563E5C1438C366D70E4F80',
}; };
config.callbackUrl = process.env.CALLBACK_URL || 'http://ti.51gjj.com:7001/shebao_server/callback'; config.callbackUrl = process.env.CALLBACK_URL;
return config; 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