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
33bcba09
Commit
33bcba09
authored
Oct 27, 2021
by
顾文旭
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify mysql url
parent
33d95d13
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
57 additions
and
188 deletions
+57
-188
mysql.ini
mysql.ini
+57
-188
No files found.
mysql.ini
View file @
33bcba09
...
...
@@ -22,24 +22,17 @@ merchant.read.host='r.bp_merchant_1.int.yidian-inc.com:3306,r.bp_merchant_2.int.
; 测试环境
[test-merchant : merchant : common]
merchant.database_type
=
'mysql'
merchant.database_name
=
'merchant'
merchant.database_name
=
'merchant
_test
'
merchant.connect_timeout
=
2
merchant.username
=
'bp
_rw
'
merchant.password
=
'
OA2My1X9tDUiTymO4yq4VAXCM4ttXj
'
merchant.username
=
'bp'
merchant.password
=
'
bp-test
'
merchant.charset
=
'utf8mb4'
merchant.write.host
=
'
w.bp_test_mysql4.int.yidian-inc.com:3309
'
merchant.read.host
=
'
r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309
'
merchant.write.host
=
'
bp-test.db.appgc.cn:4066
'
merchant.read.host
=
'
bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066
'
; 联调环境
[dev-merchant : merchant : common]
merchant.database_type
=
'mysql'
merchant.database_name
=
'merchant'
merchant.connect_timeout
=
2
merchant.username
=
'bp_rw'
merchant.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
merchant.charset
=
'utf8mb4'
merchant.write.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
merchant.read.host
=
'r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
[interaction : common]
...
...
@@ -88,22 +81,22 @@ fu.read.host='10.136.150.2:3307'
; 测试环境
[test-interaction : interaction : common]
interaction.database_type
=
'mysql'
interaction.database_name
=
'interaction'
interaction.database_name
=
'interaction
_test
'
interaction.connect_timeout
=
2
interaction.username
=
'bp
_rw
'
interaction.password
=
'
OA2My1X9tDUiTymO4yq4VAXCM4ttXj
'
interaction.username
=
'bp'
interaction.password
=
'
bp-test
'
interaction.charset
=
'utf8mb4'
interaction.write.host
=
'
w.bp_test_mysql4.int.yidian-inc.com:3309
'
interaction.read.host
=
'
r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309
'
interaction.write.host
=
'
bp-test.db.appgc.cn:4066
'
interaction.read.host
=
'
bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066
'
merchant.database_type
=
'mysql'
merchant.database_name
=
'merchant'
merchant.database_name
=
'merchant
_test
'
merchant.connect_timeout
=
2
merchant.username
=
'bp
_rw
'
merchant.password
=
'
OA2My1X9tDUiTymO4yq4VAXCM4ttXj
'
merchant.username
=
'bp'
merchant.password
=
'
bp_-est
'
merchant.charset
=
'utf8mb4'
merchant.write.host
=
'
w.bp_test_mysql4.int.yidian-inc.com:3309
'
merchant.read.host
=
'
r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309
'
merchant.write.host
=
'
bp-test.db.appgc.cn:4066
'
merchant.read.host
=
'
bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066
'
fu.database_type
=
'mysql'
fu.database_name
=
'interaction2'
...
...
@@ -117,33 +110,6 @@ fu.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.
; 联调环境
[dev-interaction : interaction : common]
interaction.database_type
=
'mysql'
interaction.database_name
=
'interaction'
interaction.connect_timeout
=
2
interaction.username
=
'bp_rw'
interaction.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
interaction.charset
=
'utf8mb4'
interaction.write.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
interaction.read.host
=
'r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
merchant.database_type
=
'mysql'
merchant.database_name
=
'merchant'
merchant.connect_timeout
=
2
merchant.username
=
'bp_rw'
merchant.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
merchant.charset
=
'utf8mb4'
merchant.write.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
merchant.read.host
=
'r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
fu.database_type
=
'mysql'
fu.database_name
=
'interaction2'
fu.connect_timeout
=
2
fu.username
=
'bp_rw'
fu.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
fu.charset
=
'utf8mb4'
fu.write.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
fu.read.host
=
'r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
[goods : common]
...
...
@@ -175,44 +141,27 @@ marketing.read.host='r.bp_marketing_1.int.yidian-inc.com:3306,r.bp_marketing_2.i
; 测试环境
[test-goods : goods : common]
goods.database_type
=
'mysql'
goods.database_name
=
'goods'
goods.database_name
=
'goods
_test
'
goods.connect_timeout
=
2
goods.username
=
'bp
_rw
'
goods.password
=
'
OA2My1X9tDUiTymO4yq4VAXCM4ttXj
'
goods.username
=
'bp'
goods.password
=
'
bp-test
'
goods.charset
=
'utf8mb4'
goods.write.host
=
'
w.bp_test_mysql4.int.yidian-inc.com:3309
'
goods.read.host
=
'
r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309
'
goods.write.host
=
'
bp-test.db.appgc.cn:4066
'
goods.read.host
=
'
bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066
'
marketing.database_type
=
'mysql'
marketing.database_name
=
'marketing'
marketing.database_name
=
'marketing
_test
'
marketing.connect_timeout
=
2
marketing.username
=
'bp
_rw
'
marketing.password
=
'
OA2My1X9tDUiTymO4yq4VAXCM4ttXj
'
marketing.username
=
'bp'
marketing.password
=
'
bp-test
'
marketing.charset
=
'utf8mb4'
marketing.write.host
=
'
w.bp_test_mysql4.int.yidian-inc.com:3309
'
marketing.read.host
=
'
r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309
'
marketing.write.host
=
'
bp-test.db.appgc.cn:4066
'
marketing.read.host
=
'
bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066
'
; 开发联调测试
[dev-goods : goods : common]
goods.database_type
=
'mysql'
goods.database_name
=
'goods'
goods.connect_timeout
=
2
goods.username
=
'bp_rw'
goods.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
goods.charset
=
'utf8mb4'
goods.write.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
goods.read.host
=
'r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
marketing.database_type
=
'mysql'
marketing.database_name
=
'marketing'
marketing.connect_timeout
=
2
marketing.username
=
'bp_rw'
marketing.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
marketing.charset
=
'utf8mb4'
marketing.write.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
marketing.read.host
=
'r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
...
...
@@ -232,15 +181,6 @@ tccIndex.read.host[]='r.bp_tcc_a_1.int.yidian-inc.com:3306,r.bp_tcc_a_2.int.yidi
tccIndex.read.host
[]
='r.bp_tcc_b_1.int.yidian-inc.com:3306,r.bp_tcc_b_2.int.yidian-inc.com:3306'
[dev-tcc : tcc : common]
tccIndex.database_type
=
'mysql'
tccIndex.database_name
=
'bp_tcc'
tccIndex.connect_timeout
=
2
tccIndex.username
=
'bp_rw'
tccIndex.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
tccIndex.charset
=
'utf8mb4'
tccIndex.write.host
=
'w.bp_test_mysql5.int.yidian-inc.com:3310'
tccIndex.read.host
[]
='r.bp_test_mysql5_1.int.yidian-inc.com:3310,r.bp_test_mysql5_1.int.yidian-inc.com:3310'
tccIndex.read.host
[]
='r.bp_test_mysql5_2.int.yidian-inc.com:3310,r.bp_test_mysql5_2.int.yidian-inc.com:3310'
[test-tcc : dev-tcc]
...
...
@@ -285,13 +225,13 @@ zhiyue.read.host='zhiyue-slave.db.appgc.yidian-inc.com:4066'
; 测试环境
[test-order : order : common]
order.database_type
=
'mysql'
order.database_name
=
'order'
order.database_name
=
'order
_test
'
order.connect_timeout
=
2
order.username
=
'bp
_rw
'
order.password
=
'
OA2My1X9tDUiTymO4yq4VAXCM4ttXj
'
order.username
=
'bp'
order.password
=
'
bp-test
'
order.charset
=
'utf8mb4'
order.write.host
=
'
w.bp_test_mysql4.int.yidian-inc.com:3309
'
order.read.host
=
'
r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309
'
order.write.host
=
'
bp-test.db.appgc.cn:4066
'
order.read.host
=
'
bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066
'
; 生活号 接龙拼单 骑手排线功能开发 @耿鸿飞 @2021-7-21 待生活号重构完毕后会删除该配置
commerce.database_type
=
'mysql'
...
...
@@ -316,37 +256,6 @@ zhiyue.read.host='zhiyue-slave.db.appgc.yidian-inc.com:4066'
; 开发联调测试
[dev-order : order : common]
order.database_type
=
'mysql'
order.database_name
=
'order'
order.connect_timeout
=
2
order.username
=
'bp_rw'
order.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
order.charset
=
'utf8mb4'
order.write.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
order.read.host
=
'r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
; 生活号 接龙拼单 骑手排线功能开发 @耿鸿飞 @2021-7-21 待生活号重构完毕后会删除该配置
commerce.database_type
=
'mysql'
commerce.database_name
=
'commerce'
commerce.connect_timeout
=
2
commerce.username
=
'shq_rw'
commerce.password
=
'@Z0#ylCRgPKx4v1bjqH5#mNP%9UO7t'
commerce.charset
=
'utf8mb4'
commerce.write.host
=
'10.126.154.178:3306'
commerce.read.host
=
'10.126.154.178:3306'
; 生活号 接龙拼单 用户信息
zhiyue.database_type
=
'mysql'
zhiyue.database_name
=
'zhiyue'
zhiyue.connect_timeout
=
2
zhiyue.username
=
'zhiyue_ro'
zhiyue.password
=
's5JEh#FUvX%7P3sO9ZDQw&cpH$Xr8Q'
zhiyue.charset
=
'utf8mb4'
zhiyue.write.host
=
'zhiyue-slave.db.appgc.yidian-inc.com:4066'
zhiyue.read.host
=
'zhiyue-slave.db.appgc.yidian-inc.com:4066'
...
...
@@ -370,24 +279,16 @@ pay.read.host='r.bp_pay_1.int.yidian-inc.com:3306,r.bp_pay_2.int.yidian-inc.com:
; 测试环境
[test-pay : pay : common]
pay.database_type
=
'mysql'
pay.database_name
=
'pay'
pay.database_name
=
'pay
_test
'
pay.connect_timeout
=
2
pay.username
=
'bp
_rw
'
pay.password
=
'
OA2My1X9tDUiTymO4yq4VAXCM4ttXj
'
pay.username
=
'bp'
pay.password
=
'
bp-test
'
pay.charset
=
'utf8mb4'
pay.write.host
=
'
w.bp_test_mysql4.int.yidian-inc.com:3309
'
pay.read.host
=
'
r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309
'
pay.write.host
=
'
bp-test.db.appgc.cn:4066
'
pay.read.host
=
'
bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066
'
; 联调环境
[dev-pay : pay : common]
pay.database_type
=
'mysql'
pay.database_name
=
'pay'
pay.connect_timeout
=
2
pay.username
=
'bp_rw'
pay.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
pay.charset
=
'utf8mb4'
pay.write.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
pay.read.host
=
'r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
...
...
@@ -410,24 +311,16 @@ account.read.host='r.bp_account_1.int.yidian-inc.com:3306,r.bp_account_2.int.yid
; 测试环境
[test-account : account : common]
account.database_type
=
'mysql'
account.database_name
=
'account'
account.database_name
=
'account
_test
'
account.connect_timeout
=
2
account.username
=
'bp
_rw
'
account.password
=
'
OA2My1X9tDUiTymO4yq4VAXCM4ttXj
'
account.username
=
'bp'
account.password
=
'
bp-test
'
account.charset
=
'utf8mb4'
account.write.host
=
'
w.bp_test_mysql4.int.yidian-inc.com:3309
'
account.read.host
=
'
r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309
'
account.write.host
=
'
bp-test.db.appgc.cn:4066
'
account.read.host
=
'
bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066
'
; 联调环境
[dev-account : account : common]
account.database_type
=
'mysql'
account.database_name
=
'account'
account.connect_timeout
=
2
account.username
=
'bp_rw'
account.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
account.charset
=
'utf8mb4'
account.write.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
account.read.host
=
'r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
[wallet : common]
...
...
@@ -449,24 +342,16 @@ wallet.read.host='r.bp_wallet_1.int.yidian-inc.com:3306,r.bp_wallet_2.int.yidian
; 测试环境
[test-wallet : wallet : common]
wallet.database_type
=
'mysql'
wallet.database_name
=
'wallet'
wallet.database_name
=
'wallet
_test
'
wallet.connect_timeout
=
2
wallet.username
=
'bp
_rw
'
wallet.password
=
'
OA2My1X9tDUiTymO4yq4VAXCM4ttXj
'
wallet.username
=
'bp'
wallet.password
=
'
bp-test
'
wallet.charset
=
'utf8mb4'
wallet.write.host
=
'
w.bp_test_mysql4.int.yidian-inc.com:3309
'
wallet.read.host
=
'
r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309
'
wallet.write.host
=
'
bp-test.db.appgc.cn:4066
'
wallet.read.host
=
'
bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066
'
; 联调环境
[dev-wallet : wallet : common]
wallet.database_type
=
'mysql'
wallet.database_name
=
'wallet'
wallet.connect_timeout
=
2
wallet.username
=
'bp_rw'
wallet.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
wallet.charset
=
'utf8mb4'
wallet.write.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
wallet.read.host
=
'r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
[coupon : common]
...
...
@@ -487,25 +372,16 @@ coupon.read.host='r.bp_coupon_1.int.yidian-inc.com:3306,r.bp_coupon_2.int.yidian
; 测试环境
[test-coupon : coupon : common]
coupon.database_type
=
'mysql'
coupon.database_name
=
'coupon'
coupon.database_name
=
'coupon
_test
'
coupon.connect_timeout
=
2
coupon.username
=
'bp
_rw
'
coupon.password
=
'
OA2My1X9tDUiTymO4yq4VAXCM4ttXj
'
coupon.username
=
'bp'
coupon.password
=
'
bp-test
'
coupon.charset
=
'utf8mb4'
coupon.write.host
=
'
w.bp_test_mysql4.int.yidian-inc.com:3309
'
coupon.read.host
=
'
r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309
'
coupon.write.host
=
'
bp-test.db.appgc.cn:4066
'
coupon.read.host
=
'
bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066
'
; 联调环境
[dev-coupon : coupon : common]
coupon.database_type
=
'mysql'
coupon.database_name
=
'coupon'
coupon.connect_timeout
=
2
coupon.username
=
'bp_rw'
coupon.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
coupon.charset
=
'utf8mb4'
coupon.write.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
coupon.read.host
=
'r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
[shq-c-server : common]
...
...
@@ -527,21 +403,14 @@ shqc.read.host='r.bp_shqc_1.int.yidian-inc.com:3306,r.bp_shqc_2.int.yidian-inc.c
; 测试环境
[test-shq-c-server : shq-c-server : common]
shqc.database_type
=
'mysql'
shqc.database_name
=
'shqc'
shqc.database_name
=
'shqc
_test
'
shqc.connect_timeout
=
2
shqc.username
=
'bp
_rw
'
shqc.password
=
'
OA2My1X9tDUiTymO4yq4VAXCM4ttXj
'
shqc.username
=
'bp'
shqc.password
=
'
bp-test
'
shqc.charset
=
'utf8mb4'
shqc.write.host
=
'
w.bp_test_mysql4.int.yidian-inc.com:3309
'
shqc.read.host
=
'
r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309
'
shqc.write.host
=
'
bp-test.db.appgc.cn:4066
'
shqc.read.host
=
'
bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066
'
; 联调环境
[dev-shq-c-server : shq-c-server : common]
shqc.database_type
=
'mysql'
shqc.database_name
=
'shqc'
shqc.connect_timeout
=
2
shqc.username
=
'bp_rw'
shqc.password
=
'OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
shqc.charset
=
'utf8mb4'
shqc.write.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
shqc.read.host
=
'r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com: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