Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in
Toggle navigation
T
tamp_course_order
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
彭熊
tamp_course_order
Commits
cb9d2e45
Commit
cb9d2e45
authored
Dec 02, 2020
by
pengxiong@wealthgrow.cn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据库配置
parent
107540c3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
engine.py
app/api/engine.py
+1
-1
config.yaml
app/config/config.yaml
+1
-0
No files found.
app/api/engine.py
View file @
cb9d2e45
...
@@ -27,7 +27,7 @@ tamp_user_engine = create_engine(
...
@@ -27,7 +27,7 @@ tamp_user_engine = create_engine(
db
=
config
[
env
][
'MySQL'
][
'tamp_user_db'
],
db
=
config
[
env
][
'MySQL'
][
'tamp_user_db'
],
host
=
config
[
env
][
'MySQL'
][
'host'
],
host
=
config
[
env
][
'MySQL'
][
'host'
],
port
=
config
[
env
][
'MySQL'
][
'port'
],
port
=
config
[
env
][
'MySQL'
][
'port'
],
user
=
config
[
env
][
'MySQL'
][
'user'
],
user
=
config
[
env
][
'MySQL'
][
'user
2
'
],
password
=
config
[
env
][
'MySQL'
][
'password'
],
password
=
config
[
env
][
'MySQL'
][
'password'
],
charset
=
"utf8"
charset
=
"utf8"
),
),
...
...
app/config/config.yaml
View file @
cb9d2e45
...
@@ -49,6 +49,7 @@ prod:
...
@@ -49,6 +49,7 @@ prod:
host
:
pc-uf666afrpfg8yj768.rwlb.rds.aliyuncs.com
host
:
pc-uf666afrpfg8yj768.rwlb.rds.aliyuncs.com
port
:
3306
port
:
3306
user
:
tamp_pay
user
:
tamp_pay
user2
:
tamp_user
password
:
'
@imeng123'
password
:
'
@imeng123'
redis
:
redis
:
host
:
r-uf6atruhdbq89enqz0.redis.rds.aliyuncs.com
host
:
r-uf6atruhdbq89enqz0.redis.rds.aliyuncs.com
...
...
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