Commit a68d8e9a authored by luhongguang's avatar luhongguang

update:添加goods test mysql配置

parent 8a647857
......@@ -63,6 +63,17 @@ merchant.read.host='r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_
; 预发环境
[perf-goods : prod-goods : merchant : common]
;测试环境
[test-goods : prod-goods : merchant : common]
goods.database_type='mysql'
goods.database_name='goods'
goods.connect_timeout=10
goods.username='bp_test_rw'
goods.password='hf#EPZn9RTppfg9cfboSHVFP38n1hZ'
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'
;开发联调测试
[dev-goods : prod-goods : merchant : common]
goods.database_type='mysql'
......
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