Commit 30a25715 authored by cuiweifeng's avatar cuiweifeng

update : mysql

parent b466c1a9
...@@ -218,3 +218,35 @@ pay.password='hf#EPZn9RTppfg9cfboSHVFP38n1hZ' ...@@ -218,3 +218,35 @@ pay.password='hf#EPZn9RTppfg9cfboSHVFP38n1hZ'
pay.charset='utf8mb4' pay.charset='utf8mb4'
pay.write.host='w.bp_test_mysql1.int.yidian-inc.com:3306' 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' pay.read.host='r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
[wallet : common]
; 生产环境
[prod-wallet : wallet : common]
; 预发环境
[perf-wallet : prod-wallet : wallet : common]
; 测试环境
[test-wallet : wallet : common]
wallet.database_type='mysql'
wallet.database_name='wallet'
wallet.connect_timeout=2
wallet.username='bp_test_rw'
wallet.password='hf#EPZn9RTppfg9cfboSHVFP38n1hZ'
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'
; 联调环境
[dev-wallet : wallet : common]
wallet.database_type='mysql'
wallet.database_name='wallet'
wallet.connect_timeout=2
wallet.username='bp_test_rw'
wallet.password='hf#EPZn9RTppfg9cfboSHVFP38n1hZ'
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'
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