Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Y
yaconf
Project
Project
Details
Activity
Releases
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
bp
yaconf
Commits
76e6bae6
Commit
76e6bae6
authored
Aug 11, 2021
by
耿鸿飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update:增加优惠券的数据库配置
parent
677153ce
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
mysql.ini
mysql.ini
+8
-8
No files found.
mysql.ini
View file @
76e6bae6
...
@@ -474,14 +474,14 @@ wallet.read.host='r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.
...
@@ -474,14 +474,14 @@ wallet.read.host='r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.
; 生产环境
; 生产环境
[prod-coupon : coupon : common]
[prod-coupon : coupon : common]
wallet
.database_type
=
'mysql'
coupon
.database_type
=
'mysql'
wallet
.database_name
=
'coupon'
coupon
.database_name
=
'coupon'
wallet
.connect_timeout
=
2
coupon
.connect_timeout
=
2
wallet.username
=
'
'
coupon.username
=
'bp_coupon_rw
'
wallet.password
=
'
'
coupon.password
=
'wNC@zFJzPf1yM$Cv8yB8#AO3i&Ecgx
'
wallet
.charset
=
'utf8mb4'
coupon
.charset
=
'utf8mb4'
wallet.write.host
=
'
'
coupon.write.host
=
'w.bp_coupon.int.yidian-inc.com
'
wallet.read.host
=
'
'
coupon.read.host
=
'r.bp_coupon_1.int.yidian-inc.com,r.bp_coupon_2.int.yidian-inc.com
'
; 预发环境
; 预发环境
[perf-coupon : prod-coupon : wallet : common]
[perf-coupon : prod-coupon : wallet : common]
...
...
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