Commit 0d584f71 authored by zhangyu's avatar zhangyu

update:tcc mysql

parent c49ab526
......@@ -110,13 +110,6 @@ 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'
[goods : common]
; 生产环境
[prod-goods : goods : common]
; 预发环境
[perf-goods : prod-goods : goods : common]
......@@ -140,4 +133,22 @@ distribution.username='bp_test_rw'
distribution.password='hf#EPZn9RTppfg9cfboSHVFP38n1hZ'
distribution.charset='utf8mb4'
distribution.write.host='w.bp_test_mysql1.int.yidian-inc.com:3306'
distribution.read.host='r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
\ No newline at end of file
distribution.read.host='r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
[tcc : common]
[prod-tcc : tcc : common]
[dev-tcc : prod-tcc : tcc : common]
tccIndex.database_type='mysql'
tccIndex.database_name='bp_tcc'
tccIndex.connect_timeout=10
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'
tccIndex.read.host[]='r.bp_test_mysql5_2.int.yidian-inc.com:3310'
[test-tcc : dev-tcc]
\ No newline at end of file
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