Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
taxh5
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
data_server
taxh5
Commits
1dca2e45
Commit
1dca2e45
authored
Mar 13, 2019
by
何娜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
taxH5 开发配置
parent
fa4b447a
Pipeline
#4377
passed with stage
in 2 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
17 deletions
+24
-17
config.prod.js
config/config.prod.js
+24
-17
No files found.
config/config.prod.js
View file @
1dca2e45
...
...
@@ -19,33 +19,40 @@ module.exports = () => {
};
config
.
taskAPI
=
{
host
:
process
.
env
.
TASKAPI_HOST
,
newhost
:
'http://tt.51gjj.com:7001'
,
fetchHubsUrl
:
''
,
createTaskUrl
:
'/IncomeTax/createItTask'
,
fetchCodeUrl
:
'/IncomeTax/getItCode'
,
submitTaskUrl
:
'/IncomeTax/loginItWeb'
,
fetchTaskUrl
:
'/IncomeTax/getItData'
,
cityConfigUrl
:
'/IncomeTax/getItSetting'
};
config
.
partnerAPI
=
{
host
:
process
.
env
.
PARTNERAPI_HOST
,
fetchTheme
:
'/chaos/
partners/
theme'
,
fetchTheme
:
'/chaos/theme'
,
fetchScripts
:
'/chaos/partners/scripts'
,
fetchAgreements
:
'/chaos/agreements'
,
redisThemePrefix
:
'URANUS.HF.PARNTERS.THEME'
,
redisScriptsPrefix
:
'URANUS.HF.PARNTERS.SCRIPTS'
,
redisAgreementsPrefix
:
'URANUS.HF.PARNTERS.Agreements'
,
fetchInfo
:
'/chaos/partner'
,
redisInfoPrefix
:
'URANUS.HF.PARNTERS.Info'
,
};
config
.
scriptsAPI
=
{
host
:
process
.
env
.
SCRIPTSAPI_HOST
,
fetchScriptsUrl
:
'/chaos/it/two_dimension_array/queries'
,
fetchOneScriptUrl
:
'/chaos/it/two_dimension_array/info'
,
fetchParamsInfoUrl
:
'/chaos/it/login_param_map'
,
fetchQueryButtonUrl
:
'/chaos/it/query_button'
,
fetchHelpUrl
:
'/chaos/it/help'
,
fetchNoticeUrl
:
'/chaos/it/notice'
,
fetchHubSeriptsUrl
:
'/chaos/it/hubs'
,
fetchScriptByCityNameUrl
:
'/chaos/it/city_scripts'
,
redisScriptsKey
:
'URANUS.IT.SCRIPTS'
,
redisParamsKey
:
'URANUS.IT.PARAMS'
,
host
:
'https://dev-nginx.jianbing.com/zeus-api/v1'
,
fetchScriptsUrl
:
'/chaos/hf/two_dimension_array/queries'
,
fetchOneScriptUrl
:
'/chaos/hf/two_dimension_array/info'
,
fetchParamsInfoUrl
:
'/chaos/hf/login_param_map'
,
fetchQueryButtonUrl
:
'/chaos/hf/query_button'
,
fetchHelpUrl
:
'/chaos/hf/help'
,
fetchNoticeUrl
:
'/chaos/hf/notice'
,
fetchHubSeriptsUrl
:
'/chaos/hf/hubs'
,
fetchScriptByCityNameUrl
:
'/chaos/hf/city_scripts'
,
redisScriptsKey
:
'DATA_SERVER_SHEBAO.SCRIPTS'
,
redisParamsKey
:
'DATA_SERVER_SHEBAO.PARAMS'
,
redisScriptListKey
:
'DATA_SERVER_SHEBAO.SCRIPTLIST'
,
};
config
.
storageAPI
=
{
...
...
@@ -71,11 +78,11 @@ module.exports = () => {
};
config
.
lockKeys
=
{
fecthHub
:
'
URANUS.IT
.HUBS.LOCK'
,
fecteToken
:
'
URANUS.IT
.TOKEN.LOCK'
,
token
:
'
URANUS.IT
.TOKEN'
,
fecthParnters
:
'
URANUS
.PARNTERS.LOCK'
,
taskPrefix
:
'
URANUS
.TASK'
,
fecthHub
:
'
NEWSB.HF
.HUBS.LOCK'
,
fecteToken
:
'
NEWSB.HF
.TOKEN.LOCK'
,
token
:
'
NEWSB.HF
.TOKEN'
,
fecthParnters
:
'
NEWSB
.PARNTERS.LOCK'
,
taskPrefix
:
'
NEWSB
.TASK'
,
};
config
.
sequelize
=
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment