Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yysh5
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
yysh5
Commits
3fc1c54f
Commit
3fc1c54f
authored
Aug 27, 2020
by
何娜
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改配置
parent
704b48ab
Pipeline
#27717
passed with stage
in 3 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
15 deletions
+2
-15
config.prod.js
config/config.prod.js
+2
-15
No files found.
config/config.prod.js
View file @
3fc1c54f
...
...
@@ -77,19 +77,6 @@ module.exports = () => {
customerUrl
:
'/customer/query'
,
};
config
.
partnerAPI
=
{
host
:
process
.
env
.
PARTNERAPI_HOST
||
'https://dev-nginx.jianbing.com/zeus-api/v1'
,
fetchTheme
:
'/chaos/theme'
,
fetchScripts
:
'/chaos/partners/scripts'
,
fetchAgreements
:
'/chaos/agreements'
,
redisThemePrefix
:
'URANUS.YYS.PARNTERS.THEME'
,
redisScriptsPrefix
:
'URANUS.YYS.PARNTERS.SCRIPTS'
,
redisAgreementsPrefix
:
'URANUS.YYS.PARNTERS.Agreements'
,
fetchInfo
:
'/chaos/partner'
,
redisInfoPrefix
:
'URANUS.YYS.PARNTERS.Info'
,
redisappKeyLimitPrefix
:
'URANUS.YYS.PARNTERS.Limit'
,
};
config
.
lockKeys
=
{
fecthHub
:
'URANUS.YYS.HUBS.LOCK'
,
fecteToken
:
'URANUS.YYS.TOKEN.LOCK'
,
...
...
@@ -105,8 +92,8 @@ module.exports = () => {
delegate
:
'model'
,
baseDir
:
'model'
,
dialect
:
'mysql'
,
host
:
process
.
env
.
MYSQL_PACHONG_HOST
||
'r
ds-jb-08
.mysql.rds.aliyuncs.com'
,
database
:
process
.
env
.
MYSQL_DATA_SERVER_DB_NAME
||
'
data_service_dev
'
,
host
:
process
.
env
.
MYSQL_PACHONG_HOST
||
'r
m-bp1272001633qc0x9o
.mysql.rds.aliyuncs.com'
,
database
:
process
.
env
.
MYSQL_DATA_SERVER_DB_NAME
||
'
nodetest
'
,
username
:
process
.
env
.
MYSQL_USER
||
'hexin'
,
password
:
process
.
env
.
MYSQL_PWD
||
'gYUHszn9#q'
,
port
:
process
.
env
.
MYSQL_PORT
||
3306
,
...
...
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