Commit e95a9614 authored by 崔伟峰's avatar 崔伟峰

Merge branch 'feature_coupon' into 'master'

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

See merge request bp/yaconf!23
parents 51d9b75c 76e6bae6
......@@ -472,14 +472,14 @@ wallet.read.host='r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.
; 生产环境
[prod-coupon : coupon : common]
wallet.database_type='mysql'
wallet.database_name='coupon'
wallet.connect_timeout=2
wallet.username=''
wallet.password=''
wallet.charset='utf8mb4'
wallet.write.host=''
wallet.read.host=''
coupon.database_type='mysql'
coupon.database_name='coupon'
coupon.connect_timeout=2
coupon.username='bp_coupon_rw'
coupon.password='wNC@zFJzPf1yM$Cv8yB8#AO3i&Ecgx'
coupon.charset='utf8mb4'
coupon.write.host='w.bp_coupon.int.yidian-inc.com'
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]
......
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