Commit aec5d33b authored by zhangyu's avatar zhangyu

update:mysql

parent a30625c4
; 公共的配置内容,不区分应用及环境
[common]
[merchant : common]
; 生产环境
[prod-merchant : merchant : common]
; 预发环境
[perf-merchant : prod-merchant : merchant : common]
; 测试环境
[test-merchant : prod-merchant : merchant : common]
merchant.database_type='mysql'
merchant.database_name='merchant'
merchant.connect_timeout=10
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