Commit 76e6bae6 authored by 耿鸿飞's avatar 耿鸿飞

update:增加优惠券的数据库配置

parent 677153ce
...@@ -474,14 +474,14 @@ wallet.read.host='r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2. ...@@ -474,14 +474,14 @@ wallet.read.host='r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.
; 生产环境 ; 生产环境
[prod-coupon : coupon : common] [prod-coupon : coupon : common]
wallet.database_type='mysql' coupon.database_type='mysql'
wallet.database_name='coupon' coupon.database_name='coupon'
wallet.connect_timeout=2 coupon.connect_timeout=2
wallet.username='' coupon.username='bp_coupon_rw'
wallet.password='' coupon.password='wNC@zFJzPf1yM$Cv8yB8#AO3i&Ecgx'
wallet.charset='utf8mb4' coupon.charset='utf8mb4'
wallet.write.host='' coupon.write.host='w.bp_coupon.int.yidian-inc.com'
wallet.read.host='' coupon.read.host='r.bp_coupon_1.int.yidian-inc.com,r.bp_coupon_2.int.yidian-inc.com'
; 预发环境 ; 预发环境
[perf-coupon : prod-coupon : wallet : common] [perf-coupon : prod-coupon : wallet : common]
......
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