Commit 0b1e4a40 authored by 顾文旭's avatar 顾文旭

test

parent ec637a0d
...@@ -22,24 +22,17 @@ merchant.read.host='r.bp_merchant_1.int.yidian-inc.com:3306,r.bp_merchant_2.int. ...@@ -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] [test-merchant : merchant : common]
merchant.database_type='mysql' merchant.database_type='mysql'
merchant.database_name='merchant' merchant.database_name='merchant_test'
merchant.connect_timeout=2 merchant.connect_timeout=2
merchant.username='bp_rw' merchant.username='bp'
merchant.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj' merchant.password='bp-test'
merchant.charset='utf8mb4' merchant.charset='utf8mb4'
merchant.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309' merchant.write.host='bp-test.db.appgc.cn:4066'
merchant.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309' merchant.read.host='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066'
; 联调环境 ; 联调环境
[dev-merchant : merchant : common] [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] [interaction : common]
...@@ -88,22 +81,22 @@ fu.read.host='10.136.150.2:3307' ...@@ -88,22 +81,22 @@ fu.read.host='10.136.150.2:3307'
; 测试环境 ; 测试环境
[test-interaction : interaction : common] [test-interaction : interaction : common]
interaction.database_type='mysql' interaction.database_type='mysql'
interaction.database_name='interaction' interaction.database_name='interaction_test'
interaction.connect_timeout=2 interaction.connect_timeout=2
interaction.username='bp_rw' interaction.username='bp'
interaction.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj' interaction.password='bp-test'
interaction.charset='utf8mb4' interaction.charset='utf8mb4'
interaction.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309' interaction.write.host='bp-test.db.appgc.cn:4066'
interaction.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309' interaction.read.host='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066'
merchant.database_type='mysql' merchant.database_type='mysql'
merchant.database_name='merchant' merchant.database_name='merchant_test'
merchant.connect_timeout=2 merchant.connect_timeout=2
merchant.username='bp_rw' merchant.username='bp'
merchant.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj' merchant.password='bp-test'
merchant.charset='utf8mb4' merchant.charset='utf8mb4'
merchant.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309' merchant.write.host='bp-test.db.appgc.cn:4066'
merchant.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309' merchant.read.host='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066'
fu.database_type='mysql' fu.database_type='mysql'
fu.database_name='interaction2' 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. ...@@ -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] [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] [goods : common]
...@@ -175,44 +141,27 @@ marketing.read.host='r.bp_marketing_1.int.yidian-inc.com:3306,r.bp_marketing_2.i ...@@ -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] [test-goods : goods : common]
goods.database_type='mysql' goods.database_type='mysql'
goods.database_name='goods' goods.database_name='goods_test'
goods.connect_timeout=2 goods.connect_timeout=2
goods.username='bp_rw' goods.username='bp'
goods.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj' goods.password='bp-test'
goods.charset='utf8mb4' goods.charset='utf8mb4'
goods.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309' goods.write.host='bp-test.db.appgc.cn:4066'
goods.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309' goods.read.host='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066'
marketing.database_type='mysql' marketing.database_type='mysql'
marketing.database_name='marketing' marketing.database_name='marketing_test'
marketing.connect_timeout=2 marketing.connect_timeout=2
marketing.username='bp_rw' marketing.username='bp'
marketing.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj' marketing.password='bp-test'
marketing.charset='utf8mb4' marketing.charset='utf8mb4'
marketing.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309' marketing.write.host='bp-test.db.appgc.cn:4066'
marketing.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309' marketing.read.host='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066'
; 开发联调测试 ; 开发联调测试
[dev-goods : goods : common] [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'
...@@ -222,28 +171,38 @@ marketing.read.host='r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1 ...@@ -222,28 +171,38 @@ marketing.read.host='r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1
[prod-tcc : tcc : common] [prod-tcc : tcc : common]
tccIndex.database_type='mysql' tccIndex.database_type='mysql'
tccIndex.database_name='bp_tcc' tccIndex.database_name='tcc_test'
tccIndex.connect_timeout=2 tccIndex.connect_timeout=2
tccIndex.username='bp_tcc_rw' tccIndex.username='bp'
tccIndex.password='wNC@zFJzPf1yM$Cv8yB8#AO3i&Ecgx' tccIndex.password='bp-test'
tccIndex.charset='utf8mb4' tccIndex.charset='utf8mb4'
tccIndex.write.host='w.bp_tcc_a.int.yidian-inc.com:3306,w.bp_tcc_b.int.yidian-inc.com:3306' tccIndex.write.host='bp-test.db.appgc.cn:4066'
tccIndex.read.host[]='r.bp_tcc_a_1.int.yidian-inc.com:3306,r.bp_tcc_a_2.int.yidian-inc.com:3306' tccIndex.read.host[]='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066'
tccIndex.read.host[]='r.bp_tcc_b_1.int.yidian-inc.com:3306,r.bp_tcc_b_2.int.yidian-inc.com:3306' tccIndex.read.host[]='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066'
[dev-tcc : tcc : common] [dev-tcc : tcc : common]
tccIndex.database_type='mysql' tccIndex.database_type='mysql'
tccIndex.database_name='bp_tcc' tccIndex.database_name='tcc_test'
tccIndex.connect_timeout=2 tccIndex.connect_timeout=2
tccIndex.username='bp_rw' tccIndex.username='bp'
tccIndex.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj' tccIndex.password='bp-test'
tccIndex.charset='utf8mb4' tccIndex.charset='utf8mb4'
tccIndex.write.host='w.bp_test_mysql5.int.yidian-inc.com:3310' tccIndex.write.host='bp-test.db.appgc.cn:4066'
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[]='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066'
tccIndex.read.host[]='r.bp_test_mysql5_2.int.yidian-inc.com:3310,r.bp_test_mysql5_2.int.yidian-inc.com:3310' tccIndex.read.host[]='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066'
[test-tcc : dev-tcc] [test-tcc : dev-tcc]
tccIndex.database_type='mysql'
tccIndex.database_name='tcc_test'
tccIndex.connect_timeout=2
tccIndex.username='bp'
tccIndex.password='bp-test'
tccIndex.charset='utf8mb4'
tccIndex.write.host='bp-test.db.appgc.cn:4066'
tccIndex.read.host[]='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066'
tccIndex.read.host[]='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066'
[order : common] [order : common]
; 生产环境 ; 生产环境
...@@ -285,13 +244,13 @@ zhiyue.read.host='zhiyue-slave.db.appgc.yidian-inc.com:4066' ...@@ -285,13 +244,13 @@ zhiyue.read.host='zhiyue-slave.db.appgc.yidian-inc.com:4066'
; 测试环境 ; 测试环境
[test-order : order : common] [test-order : order : common]
order.database_type='mysql' order.database_type='mysql'
order.database_name='order' order.database_name='order_test'
order.connect_timeout=2 order.connect_timeout=2
order.username='bp_rw' order.username='bp'
order.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj' order.password='bp-test'
order.charset='utf8mb4' order.charset='utf8mb4'
order.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309' order.write.host='bp-test.db.appgc.cn:4066'
order.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309' order.read.host='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066'
; 生活号 接龙拼单 骑手排线功能开发 @耿鸿飞 @2021-7-21 待生活号重构完毕后会删除该配置 ; 生活号 接龙拼单 骑手排线功能开发 @耿鸿飞 @2021-7-21 待生活号重构完毕后会删除该配置
commerce.database_type='mysql' commerce.database_type='mysql'
...@@ -316,38 +275,6 @@ zhiyue.read.host='zhiyue-slave.db.appgc.yidian-inc.com:4066' ...@@ -316,38 +275,6 @@ zhiyue.read.host='zhiyue-slave.db.appgc.yidian-inc.com:4066'
; 开发联调测试 ; 开发联调测试
[dev-order : order : common] [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'
order.read.host='w.bp_test_mysql1.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'
...@@ -371,24 +298,16 @@ pay.read.host='r.bp_pay_1.int.yidian-inc.com:3306,r.bp_pay_2.int.yidian-inc.com: ...@@ -371,24 +298,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] [test-pay : pay : common]
pay.database_type='mysql' pay.database_type='mysql'
pay.database_name='pay' pay.database_name='pay_test'
pay.connect_timeout=2 pay.connect_timeout=2
pay.username='bp_rw' pay.username='bp'
pay.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj' pay.password='bp-test'
pay.charset='utf8mb4' pay.charset='utf8mb4'
pay.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309' pay.write.host='bp-test.db.appgc.cn:4066'
pay.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309' pay.read.host='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066'
; 联调环境 ; 联调环境
[dev-pay : pay : common] [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'
...@@ -411,24 +330,16 @@ account.read.host='r.bp_account_1.int.yidian-inc.com:3306,r.bp_account_2.int.yid ...@@ -411,24 +330,16 @@ account.read.host='r.bp_account_1.int.yidian-inc.com:3306,r.bp_account_2.int.yid
; 测试环境 ; 测试环境
[test-account : account : common] [test-account : account : common]
account.database_type='mysql' account.database_type='mysql'
account.database_name='account' account.database_name='account_test'
account.connect_timeout=2 account.connect_timeout=2
account.username='bp_rw' account.username='bp'
account.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj' account.password='bp-test'
account.charset='utf8mb4' account.charset='utf8mb4'
account.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309' account.write.host='bp-test.db.appgc.cn:4066'
account.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309' account.read.host='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066'
; 联调环境 ; 联调环境
[dev-account : account : common] [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] [wallet : common]
...@@ -450,24 +361,16 @@ wallet.read.host='r.bp_wallet_1.int.yidian-inc.com:3306,r.bp_wallet_2.int.yidian ...@@ -450,24 +361,16 @@ wallet.read.host='r.bp_wallet_1.int.yidian-inc.com:3306,r.bp_wallet_2.int.yidian
; 测试环境 ; 测试环境
[test-wallet : wallet : common] [test-wallet : wallet : common]
wallet.database_type='mysql' wallet.database_type='mysql'
wallet.database_name='wallet' wallet.database_name='wallet_test'
wallet.connect_timeout=2 wallet.connect_timeout=2
wallet.username='bp_rw' wallet.username='bp'
wallet.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj' wallet.password='bp-test'
wallet.charset='utf8mb4' wallet.charset='utf8mb4'
wallet.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309' wallet.write.host='bp-test.db.appgc.cn:4066'
wallet.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309' wallet.read.host='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066'
; 联调环境 ; 联调环境
[dev-wallet : wallet : common] [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] [coupon : common]
...@@ -488,25 +391,16 @@ coupon.read.host='r.bp_coupon_1.int.yidian-inc.com:3306,r.bp_coupon_2.int.yidian ...@@ -488,25 +391,16 @@ coupon.read.host='r.bp_coupon_1.int.yidian-inc.com:3306,r.bp_coupon_2.int.yidian
; 测试环境 ; 测试环境
[test-coupon : coupon : common] [test-coupon : coupon : common]
coupon.database_type='mysql' coupon.database_type='mysql'
coupon.database_name='coupon' coupon.database_name='coupon_test'
coupon.connect_timeout=2 coupon.connect_timeout=2
coupon.username='bp_rw' coupon.username='bp'
coupon.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj' coupon.password='bp-test'
coupon.charset='utf8mb4' coupon.charset='utf8mb4'
coupon.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309' coupon.write.host='bp-test.db.appgc.cn:4066'
coupon.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309' coupon.read.host='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066'
; 联调环境 ; 联调环境
[dev-coupon : coupon : common] [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] [shq-c-server : common]
...@@ -528,21 +422,14 @@ shqc.read.host='r.bp_shqc_1.int.yidian-inc.com:3306,r.bp_shqc_2.int.yidian-inc.c ...@@ -528,21 +422,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] [test-shq-c-server : shq-c-server : common]
shqc.database_type='mysql' shqc.database_type='mysql'
shqc.database_name='shqc' shqc.database_name='shqc_test'
shqc.connect_timeout=2 shqc.connect_timeout=2
shqc.username='bp_rw' shqc.username='bp'
shqc.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj' shqc.password='bp-test'
shqc.charset='utf8mb4' shqc.charset='utf8mb4'
shqc.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309' shqc.write.host='bp-test.db.appgc.cn:4066'
shqc.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309' shqc.read.host='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066'
; 联调环境 ; 联调环境
[dev-shq-c-server : shq-c-server : common] [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'
...@@ -22,17 +22,24 @@ merchant.read.host='r.bp_merchant_1.int.yidian-inc.com:3306,r.bp_merchant_2.int. ...@@ -22,17 +22,24 @@ merchant.read.host='r.bp_merchant_1.int.yidian-inc.com:3306,r.bp_merchant_2.int.
; 测试环境 ; 测试环境
[test-merchant : merchant : common] [test-merchant : merchant : common]
merchant.database_type='mysql' merchant.database_type='mysql'
merchant.database_name='merchant_test' merchant.database_name='merchant'
merchant.connect_timeout=2 merchant.connect_timeout=2
merchant.username='bp' merchant.username='bp_rw'
merchant.password='bp-test' merchant.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
merchant.charset='utf8mb4' merchant.charset='utf8mb4'
merchant.write.host='bp-test.db.appgc.cn:4066' merchant.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309'
merchant.read.host='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066' merchant.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309'
; 联调环境 ; 联调环境
[dev-merchant : merchant : common] [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] [interaction : common]
...@@ -81,22 +88,22 @@ fu.read.host='10.136.150.2:3307' ...@@ -81,22 +88,22 @@ fu.read.host='10.136.150.2:3307'
; 测试环境 ; 测试环境
[test-interaction : interaction : common] [test-interaction : interaction : common]
interaction.database_type='mysql' interaction.database_type='mysql'
interaction.database_name='interaction_test' interaction.database_name='interaction'
interaction.connect_timeout=2 interaction.connect_timeout=2
interaction.username='bp' interaction.username='bp_rw'
interaction.password='bp-test' interaction.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
interaction.charset='utf8mb4' interaction.charset='utf8mb4'
interaction.write.host='bp-test.db.appgc.cn:4066' interaction.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309'
interaction.read.host='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066' interaction.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309'
merchant.database_type='mysql' merchant.database_type='mysql'
merchant.database_name='merchant_test' merchant.database_name='merchant'
merchant.connect_timeout=2 merchant.connect_timeout=2
merchant.username='bp' merchant.username='bp_rw'
merchant.password='bp-test' merchant.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
merchant.charset='utf8mb4' merchant.charset='utf8mb4'
merchant.write.host='bp-test.db.appgc.cn:4066' merchant.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309'
merchant.read.host='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066' merchant.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309'
fu.database_type='mysql' fu.database_type='mysql'
fu.database_name='interaction2' fu.database_name='interaction2'
...@@ -110,6 +117,33 @@ fu.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int. ...@@ -110,6 +117,33 @@ fu.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.
; 联调环境 ; 联调环境
[dev-interaction : interaction : common] [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] [goods : common]
...@@ -141,27 +175,44 @@ marketing.read.host='r.bp_marketing_1.int.yidian-inc.com:3306,r.bp_marketing_2.i ...@@ -141,27 +175,44 @@ marketing.read.host='r.bp_marketing_1.int.yidian-inc.com:3306,r.bp_marketing_2.i
; 测试环境 ; 测试环境
[test-goods : goods : common] [test-goods : goods : common]
goods.database_type='mysql' goods.database_type='mysql'
goods.database_name='goods_test' goods.database_name='goods'
goods.connect_timeout=2 goods.connect_timeout=2
goods.username='bp' goods.username='bp_rw'
goods.password='bp-test' goods.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
goods.charset='utf8mb4' goods.charset='utf8mb4'
goods.write.host='bp-test.db.appgc.cn:4066' goods.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309'
goods.read.host='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066' goods.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309'
marketing.database_type='mysql' marketing.database_type='mysql'
marketing.database_name='marketing_test' marketing.database_name='marketing'
marketing.connect_timeout=2 marketing.connect_timeout=2
marketing.username='bp' marketing.username='bp_rw'
marketing.password='bp-test' marketing.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
marketing.charset='utf8mb4' marketing.charset='utf8mb4'
marketing.write.host='bp-test.db.appgc.cn:4066' marketing.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309'
marketing.read.host='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066' marketing.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309'
; 开发联调测试 ; 开发联调测试
[dev-goods : goods : common] [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'
...@@ -171,38 +222,28 @@ marketing.read.host='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066' ...@@ -171,38 +222,28 @@ marketing.read.host='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066'
[prod-tcc : tcc : common] [prod-tcc : tcc : common]
tccIndex.database_type='mysql' tccIndex.database_type='mysql'
tccIndex.database_name='tcc_test' tccIndex.database_name='bp_tcc'
tccIndex.connect_timeout=2 tccIndex.connect_timeout=2
tccIndex.username='bp' tccIndex.username='bp_tcc_rw'
tccIndex.password='bp-test' tccIndex.password='wNC@zFJzPf1yM$Cv8yB8#AO3i&Ecgx'
tccIndex.charset='utf8mb4' tccIndex.charset='utf8mb4'
tccIndex.write.host='bp-test.db.appgc.cn:4066' tccIndex.write.host='w.bp_tcc_a.int.yidian-inc.com:3306,w.bp_tcc_b.int.yidian-inc.com:3306'
tccIndex.read.host[]='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066' tccIndex.read.host[]='r.bp_tcc_a_1.int.yidian-inc.com:3306,r.bp_tcc_a_2.int.yidian-inc.com:3306'
tccIndex.read.host[]='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066' 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] [dev-tcc : tcc : common]
tccIndex.database_type='mysql' tccIndex.database_type='mysql'
tccIndex.database_name='tcc_test' tccIndex.database_name='bp_tcc'
tccIndex.connect_timeout=2 tccIndex.connect_timeout=2
tccIndex.username='bp' tccIndex.username='bp_rw'
tccIndex.password='bp-test' tccIndex.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
tccIndex.charset='utf8mb4' tccIndex.charset='utf8mb4'
tccIndex.write.host='bp-test.db.appgc.cn:4066' tccIndex.write.host='w.bp_test_mysql5.int.yidian-inc.com:3310'
tccIndex.read.host[]='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066' 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[]='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066' 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] [test-tcc : dev-tcc]
tccIndex.database_type='mysql'
tccIndex.database_name='tcc_test'
tccIndex.connect_timeout=2
tccIndex.username='bp'
tccIndex.password='bp-test'
tccIndex.charset='utf8mb4'
tccIndex.write.host='bp-test.db.appgc.cn:4066'
tccIndex.read.host[]='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066'
tccIndex.read.host[]='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066'
[order : common] [order : common]
; 生产环境 ; 生产环境
...@@ -244,13 +285,13 @@ zhiyue.read.host='zhiyue-slave.db.appgc.yidian-inc.com:4066' ...@@ -244,13 +285,13 @@ zhiyue.read.host='zhiyue-slave.db.appgc.yidian-inc.com:4066'
; 测试环境 ; 测试环境
[test-order : order : common] [test-order : order : common]
order.database_type='mysql' order.database_type='mysql'
order.database_name='order_test' order.database_name='order'
order.connect_timeout=2 order.connect_timeout=2
order.username='bp' order.username='bp_rw'
order.password='bp-test' order.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
order.charset='utf8mb4' order.charset='utf8mb4'
order.write.host='bp-test.db.appgc.cn:4066' order.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309'
order.read.host='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066' order.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309'
; 生活号 接龙拼单 骑手排线功能开发 @耿鸿飞 @2021-7-21 待生活号重构完毕后会删除该配置 ; 生活号 接龙拼单 骑手排线功能开发 @耿鸿飞 @2021-7-21 待生活号重构完毕后会删除该配置
commerce.database_type='mysql' commerce.database_type='mysql'
...@@ -275,6 +316,38 @@ zhiyue.read.host='zhiyue-slave.db.appgc.yidian-inc.com:4066' ...@@ -275,6 +316,38 @@ zhiyue.read.host='zhiyue-slave.db.appgc.yidian-inc.com:4066'
; 开发联调测试 ; 开发联调测试
[dev-order : order : common] [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'
order.read.host='w.bp_test_mysql1.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'
...@@ -298,16 +371,24 @@ pay.read.host='r.bp_pay_1.int.yidian-inc.com:3306,r.bp_pay_2.int.yidian-inc.com: ...@@ -298,16 +371,24 @@ pay.read.host='r.bp_pay_1.int.yidian-inc.com:3306,r.bp_pay_2.int.yidian-inc.com:
; 测试环境 ; 测试环境
[test-pay : pay : common] [test-pay : pay : common]
pay.database_type='mysql' pay.database_type='mysql'
pay.database_name='pay_test' pay.database_name='pay'
pay.connect_timeout=2 pay.connect_timeout=2
pay.username='bp' pay.username='bp_rw'
pay.password='bp-test' pay.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
pay.charset='utf8mb4' pay.charset='utf8mb4'
pay.write.host='bp-test.db.appgc.cn:4066' pay.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309'
pay.read.host='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066' pay.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309'
; 联调环境 ; 联调环境
[dev-pay : pay : common] [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'
...@@ -330,16 +411,24 @@ account.read.host='r.bp_account_1.int.yidian-inc.com:3306,r.bp_account_2.int.yid ...@@ -330,16 +411,24 @@ account.read.host='r.bp_account_1.int.yidian-inc.com:3306,r.bp_account_2.int.yid
; 测试环境 ; 测试环境
[test-account : account : common] [test-account : account : common]
account.database_type='mysql' account.database_type='mysql'
account.database_name='account_test' account.database_name='account'
account.connect_timeout=2 account.connect_timeout=2
account.username='bp' account.username='bp_rw'
account.password='bp-test' account.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
account.charset='utf8mb4' account.charset='utf8mb4'
account.write.host='bp-test.db.appgc.cn:4066' account.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309'
account.read.host='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066' account.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309'
; 联调环境 ; 联调环境
[dev-account : account : common] [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] [wallet : common]
...@@ -361,16 +450,24 @@ wallet.read.host='r.bp_wallet_1.int.yidian-inc.com:3306,r.bp_wallet_2.int.yidian ...@@ -361,16 +450,24 @@ wallet.read.host='r.bp_wallet_1.int.yidian-inc.com:3306,r.bp_wallet_2.int.yidian
; 测试环境 ; 测试环境
[test-wallet : wallet : common] [test-wallet : wallet : common]
wallet.database_type='mysql' wallet.database_type='mysql'
wallet.database_name='wallet_test' wallet.database_name='wallet'
wallet.connect_timeout=2 wallet.connect_timeout=2
wallet.username='bp' wallet.username='bp_rw'
wallet.password='bp-test' wallet.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
wallet.charset='utf8mb4' wallet.charset='utf8mb4'
wallet.write.host='bp-test.db.appgc.cn:4066' wallet.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309'
wallet.read.host='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066' wallet.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309'
; 联调环境 ; 联调环境
[dev-wallet : wallet : common] [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] [coupon : common]
...@@ -391,16 +488,25 @@ coupon.read.host='r.bp_coupon_1.int.yidian-inc.com:3306,r.bp_coupon_2.int.yidian ...@@ -391,16 +488,25 @@ coupon.read.host='r.bp_coupon_1.int.yidian-inc.com:3306,r.bp_coupon_2.int.yidian
; 测试环境 ; 测试环境
[test-coupon : coupon : common] [test-coupon : coupon : common]
coupon.database_type='mysql' coupon.database_type='mysql'
coupon.database_name='coupon_test' coupon.database_name='coupon'
coupon.connect_timeout=2 coupon.connect_timeout=2
coupon.username='bp' coupon.username='bp_rw'
coupon.password='bp-test' coupon.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
coupon.charset='utf8mb4' coupon.charset='utf8mb4'
coupon.write.host='bp-test.db.appgc.cn:4066' coupon.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309'
coupon.read.host='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066' coupon.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309'
; 联调环境 ; 联调环境
[dev-coupon : coupon : common] [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] [shq-c-server : common]
...@@ -422,14 +528,21 @@ shqc.read.host='r.bp_shqc_1.int.yidian-inc.com:3306,r.bp_shqc_2.int.yidian-inc.c ...@@ -422,14 +528,21 @@ 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] [test-shq-c-server : shq-c-server : common]
shqc.database_type='mysql' shqc.database_type='mysql'
shqc.database_name='shqc_test' shqc.database_name='shqc'
shqc.connect_timeout=2 shqc.connect_timeout=2
shqc.username='bp' shqc.username='bp_rw'
shqc.password='bp-test' shqc.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
shqc.charset='utf8mb4' shqc.charset='utf8mb4'
shqc.write.host='bp-test.db.appgc.cn:4066' shqc.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309'
shqc.read.host='bp-test.db.appgc.cn:4066,bp-test.db.appgc.cn:4066' shqc.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309'
; 联调环境 ; 联调环境
[dev-shq-c-server : shq-c-server : common] [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'
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment