Commit 1dca2e45 authored by 何娜's avatar 何娜

taxH5 开发配置

parent fa4b447a
Pipeline #4377 passed with stage
in 2 seconds
...@@ -19,33 +19,40 @@ module.exports = () => { ...@@ -19,33 +19,40 @@ module.exports = () => {
}; };
config.taskAPI = { config.taskAPI = {
host: process.env.TASKAPI_HOST, host: process.env.TASKAPI_HOST,
newhost: 'http://tt.51gjj.com:7001',
fetchHubsUrl: '', fetchHubsUrl: '',
createTaskUrl: '/IncomeTax/createItTask', createTaskUrl: '/IncomeTax/createItTask',
fetchCodeUrl: '/IncomeTax/getItCode', fetchCodeUrl: '/IncomeTax/getItCode',
submitTaskUrl: '/IncomeTax/loginItWeb', submitTaskUrl: '/IncomeTax/loginItWeb',
fetchTaskUrl: '/IncomeTax/getItData', fetchTaskUrl: '/IncomeTax/getItData',
cityConfigUrl: '/IncomeTax/getItSetting'
}; };
config.partnerAPI = { config.partnerAPI = {
host: process.env.PARTNERAPI_HOST, host: process.env.PARTNERAPI_HOST,
fetchTheme: '/chaos/partners/theme', fetchTheme: '/chaos/theme',
fetchScripts: '/chaos/partners/scripts', fetchScripts: '/chaos/partners/scripts',
fetchAgreements: '/chaos/agreements',
redisThemePrefix: 'URANUS.HF.PARNTERS.THEME', redisThemePrefix: 'URANUS.HF.PARNTERS.THEME',
redisScriptsPrefix: 'URANUS.HF.PARNTERS.SCRIPTS', redisScriptsPrefix: 'URANUS.HF.PARNTERS.SCRIPTS',
redisAgreementsPrefix: 'URANUS.HF.PARNTERS.Agreements',
fetchInfo: '/chaos/partner',
redisInfoPrefix:'URANUS.HF.PARNTERS.Info',
}; };
config.scriptsAPI = { config.scriptsAPI = {
host: process.env.SCRIPTSAPI_HOST, host: 'https://dev-nginx.jianbing.com/zeus-api/v1',
fetchScriptsUrl: '/chaos/it/two_dimension_array/queries', fetchScriptsUrl: '/chaos/hf/two_dimension_array/queries',
fetchOneScriptUrl: '/chaos/it/two_dimension_array/info', fetchOneScriptUrl: '/chaos/hf/two_dimension_array/info',
fetchParamsInfoUrl: '/chaos/it/login_param_map', fetchParamsInfoUrl: '/chaos/hf/login_param_map',
fetchQueryButtonUrl: '/chaos/it/query_button', fetchQueryButtonUrl: '/chaos/hf/query_button',
fetchHelpUrl: '/chaos/it/help', fetchHelpUrl: '/chaos/hf/help',
fetchNoticeUrl: '/chaos/it/notice', fetchNoticeUrl: '/chaos/hf/notice',
fetchHubSeriptsUrl: '/chaos/it/hubs', fetchHubSeriptsUrl: '/chaos/hf/hubs',
fetchScriptByCityNameUrl: '/chaos/it/city_scripts', fetchScriptByCityNameUrl: '/chaos/hf/city_scripts',
redisScriptsKey: 'URANUS.IT.SCRIPTS', redisScriptsKey: 'DATA_SERVER_SHEBAO.SCRIPTS',
redisParamsKey: 'URANUS.IT.PARAMS', redisParamsKey: 'DATA_SERVER_SHEBAO.PARAMS',
redisScriptListKey: 'DATA_SERVER_SHEBAO.SCRIPTLIST',
}; };
config.storageAPI = { config.storageAPI = {
...@@ -71,11 +78,11 @@ module.exports = () => { ...@@ -71,11 +78,11 @@ module.exports = () => {
}; };
config.lockKeys = { config.lockKeys = {
fecthHub: 'URANUS.IT.HUBS.LOCK', fecthHub: 'NEWSB.HF.HUBS.LOCK',
fecteToken: 'URANUS.IT.TOKEN.LOCK', fecteToken: 'NEWSB.HF.TOKEN.LOCK',
token: 'URANUS.IT.TOKEN', token: 'NEWSB.HF.TOKEN',
fecthParnters: 'URANUS.PARNTERS.LOCK', fecthParnters: 'NEWSB.PARNTERS.LOCK',
taskPrefix: 'URANUS.TASK', taskPrefix: 'NEWSB.TASK',
}; };
config.sequelize = { config.sequelize = {
......
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