Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gjjh5
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
gjjh5
Commits
bf755d5d
Commit
bf755d5d
authored
Jun 20, 2019
by
姜登
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
prod
parent
2116139e
Pipeline
#9255
passed with stage
in 7 minutes 6 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
config.prod.js
config/config.prod.js
+12
-12
No files found.
config/config.prod.js
View file @
bf755d5d
...
@@ -94,25 +94,25 @@ module.exports = () => {
...
@@ -94,25 +94,25 @@ module.exports = () => {
datasources
:
[{
datasources
:
[{
// 东八时区
// 东八时区
timezone
:
'+08:00'
,
timezone
:
'+08:00'
,
delegate
:
'model'
,
baseDir
:
'model'
,
dialect
:
'mysql'
,
host
:
process
.
env
.
MYSQL_PACHONG_HOST
||
'rm-bp1272001633qc0x9o.mysql.rds.aliyuncs.com'
,
database
:
process
.
env
.
MYSQL_DATA_SERVER_DB_NAME
||
'data_service_dev'
,
username
:
process
.
env
.
MYSQL_USER
||
'kf_jiandeng'
,
password
:
process
.
env
.
MYSQL_PWD
||
'Zg23Is9c7d2uKz15abZcV'
,
port
:
process
.
env
.
MYSQL_PORT
||
3306
,
},
{
// 东八时区
timezone
:
'+08:00'
,
delegate
:
'nodemodel'
,
delegate
:
'nodemodel'
,
baseDir
:
'model/nodegjj'
,
baseDir
:
'model/nodegjj'
,
dialect
:
'mysql'
,
dialect
:
'mysql'
,
host
:
process
.
env
.
MYSQL_PACHONG_HOST
||
'rm-bp1272001633qc0x9
o
.mysql.rds.aliyuncs.com'
,
host
:
process
.
env
.
MYSQL_PACHONG_HOST
||
'rm-bp1272001633qc0x9.mysql.rds.aliyuncs.com'
,
database
:
process
.
env
.
MYSQL_NODE_SERVER_DB_NAME
||
'nodetest'
,
database
:
process
.
env
.
MYSQL_NODE_SERVER_DB_NAME
||
'nodetest'
,
username
:
process
.
env
.
MYSQL_USER
||
'hexin'
,
username
:
process
.
env
.
MYSQL_USER
||
'hexin'
,
password
:
process
.
env
.
MYSQL_PWD
||
'gYUHszn9#q'
,
password
:
process
.
env
.
MYSQL_PWD
||
'gYUHszn9#q'
,
port
:
process
.
env
.
MYSQL_PORT
||
3306
,
port
:
process
.
env
.
MYSQL_PORT
||
3306
,
},
{
// 东八时区
timezone
:
'+08:00'
,
delegate
:
'model'
,
baseDir
:
'model'
,
dialect
:
'mysql'
,
host
:
process
.
env
.
MYSQL_PACHONG_HOST
||
'rm-bp1272001633qc0x9.mysql.rds.aliyuncs.com'
,
database
:
process
.
env
.
MYSQL_DATA_SERVER_DB_NAME
||
'data_service_dev'
,
username
:
process
.
env
.
MYSQL_USER
||
'kf_jiandeng'
,
password
:
process
.
env
.
MYSQL_PWD
||
'Zg23Is9c7d2uKz15abZcV'
,
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