Commit 1eaced2f authored by cuiweifeng's avatar cuiweifeng

update : add pay mysql

parent 2f0ff563
...@@ -176,3 +176,53 @@ order.password='hf#EPZn9RTppfg9cfboSHVFP38n1hZ' ...@@ -176,3 +176,53 @@ order.password='hf#EPZn9RTppfg9cfboSHVFP38n1hZ'
order.charset='utf8mb4' order.charset='utf8mb4'
order.write.host='w.bp_test_mysql1.int.yidian-inc.com:3306' 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='r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
tccIndex.database_type='mysql'
tccIndex.database_name='bp_tcc'
tccIndex.connect_timeout=2
tccIndex.username='bp_test_rw'
tccIndex.password='hf#EPZn9RTppfg9cfboSHVFP38n1hZ'
tccIndex.charset='utf8'
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_2.int.yidian-inc.com:3310'
[pay : common]
; 生产环境
[prod-pay : pay : common]
merchant.database_type='mysql'
merchant.database_name='pay'
merchant.connect_timeout=2
merchant.username='bp_merchant_rw'
merchant.password='wNC@zFJzPf1yM$Cv8yB8#AO3i&Ecgx'
merchant.charset='utf8mb4'
merchant.write.host='w.bp_merchant.int.yidian-inc.com:3306'
merchant.read.host='r.bp_merchant_1.int.yidian-inc.com:3306,r.bp_merchant_2.int.yidian-inc.com:3306'
; 预发环境
[perf-pay : prod-pay : pay : common]
; 测试环境
[test-pay : pay : common]
merchant.database_type='mysql'
merchant.database_name='pay'
merchant.connect_timeout=2
merchant.username='bp_test_rw'
merchant.password='hf#EPZn9RTppfg9cfboSHVFP38n1hZ'
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'
; 联调环境
[dev-pay : pay : common]
merchant.database_type='mysql'
merchant.database_name='pay'
merchant.connect_timeout=2
merchant.username='bp_test_rw'
merchant.password='hf#EPZn9RTppfg9cfboSHVFP38n1hZ'
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'
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