Commit fba20cf2 authored by cuiweifeng's avatar cuiweifeng

update : add

parent 1eaced2f
......@@ -192,14 +192,6 @@ tccIndex.read.host='r.bp_test_mysql5_1.int.yidian-inc.com:3310,r.bp_test_mysql5_
; 生产环境
[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'
; 预发环境
......@@ -207,22 +199,22 @@ merchant.read.host='r.bp_merchant_1.int.yidian-inc.com:3306,r.bp_merchant_2.int.
; 测试环境
[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'
pay.database_type='mysql'
pay.database_name='pay'
pay.connect_timeout=2
pay.username='bp_test_rw'
pay.password='hf#EPZn9RTppfg9cfboSHVFP38n1hZ'
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'
; 联调环境
[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'
pay.database_type='mysql'
pay.database_name='pay'
pay.connect_timeout=2
pay.username='bp_test_rw'
pay.password='hf#EPZn9RTppfg9cfboSHVFP38n1hZ'
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'
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