Commit 4aa472a9 authored by 卢洪光's avatar 卢洪光

Merge branch 'feture_coupon_init' into 'master'

feature:优惠券配置初始化

See merge request bp/yaconf!11
parents 437f9693 5c17cf76
......@@ -258,7 +258,15 @@ wallet.withdrawbackground.back_freezing_fund = "http://wallet.int.yidian-inc.com
wallet.withdrawbackground.apply_detail = "http://wallet.int.yidian-inc.com/wallet/background/apply_detail"
wallet.withdrawbackground.record_list = "http://wallet.int.yidian-inc.com/wallet/background/record_list"
;======================== 9000000-dev coupon 微服务接口 ==============================
coupon.admin.amount_pool.list = "http://coupon.int.yidian-inc.com/coupon/amount_pool/list" ;资金池列表
coupon.admin.amount_pool.save = "http://coupon.int.yidian-inc.com/coupon/amount_pool/save" ;保存资金池
coupon.admin.amount_pool.detail = "http://coupon.int.yidian-inc.com/coupon/amount_pool/detail" ;资金池详情
coupon.admin.coupon_type.list = "http://coupon.int.yidian-inc.com/coupon/admin/" ;优惠券类型列表
coupon.admin.coupon_type.save = "http://coupon.int.yidian-inc.com/coupon/admin/" ;优惠券类型保存
coupon.admin.coupon_type.detail = "http://coupon.int.yidian-inc.com/coupon/admin/" ;资金池优惠券详情
coupon.wxapp.apply = "http://coupon.int.yidian-inc.com/coupon/wxapp/apply" ;领取优惠券
coupon.wxapp.list = "http://coupon.int.yidian-inc.com/coupon/wxapp/list" ;优惠券列表
[perf : prod : common]
......@@ -521,6 +529,15 @@ wallet.withdrawbackground.back_freezing_fund = "http://wallet.test.yidian-inc.co
wallet.withdrawbackground.apply_detail = "http://wallet.test.yidian-inc.com/wallet/background/apply_detail"
wallet.withdrawbackground.record_list = "http://wallet.test.yidian-inc.com/wallet/background/record_list"
;======================== 9000000-dev coupon 微服务接口 ==============================
coupon.admin.amount_pool.list = "http://coupon.test.yidian-inc.com/coupon/amount_pool/list" ;资金池列表
coupon.admin.amount_pool.save = "http://coupon.test.yidian-inc.com/coupon/amount_pool/save" ;保存资金池
coupon.admin.amount_pool.detail = "http://coupon.test.yidian-inc.com/coupon/amount_pool/detail" ;资金池详情
coupon.admin.coupon_type.list = "http://coupon.test.yidian-inc.com/coupon/admin/" ;优惠券类型列表
coupon.admin.coupon_type.save = "http://coupon.test.yidian-inc.com/coupon/admin/" ;优惠券类型保存
coupon.admin.coupon_type.detail = "http://coupon.test.yidian-inc.com/coupon/admin/" ;资金池优惠券详情
coupon.wxapp.apply = "http://coupon.test.yidian-inc.com/coupon/wxapp/apply" ;领取优惠券
coupon.wxapp.list = "http://coupon.test.yidian-inc.com/coupon/wxapp/list" ;优惠券列表
[dev : test : common]
......@@ -744,7 +761,15 @@ wallet.withdrawbackground.back_freezing_fund = "http://wallet.dev.yidian-inc.com
wallet.withdrawbackground.apply_detail = "http://wallet.dev.yidian-inc.com/wallet/background/apply_detail"
wallet.withdrawbackground.record_list = "http://wallet.dev.yidian-inc.com/wallet/background/record_list"
;======================== 9000000-dev coupon 微服务接口 ==============================
coupon.admin.amount_pool.list = "http://coupon.dev.yidian-inc.com/coupon/amount_pool/list" ;资金池列表
coupon.admin.amount_pool.save = "http://coupon.dev.yidian-inc.com/coupon/amount_pool/save" ;保存资金池
coupon.admin.amount_pool.detail = "http://coupon.dev.yidian-inc.com/coupon/amount_pool/detail" ;资金池详情
coupon.admin.coupon_type.list = "http://coupon.dev.yidian-inc.com/coupon/admin/" ;优惠券类型列表
coupon.admin.coupon_type.save = "http://coupon.dev.yidian-inc.com/coupon/admin/" ;优惠券类型保存
coupon.admin.coupon_type.detail = "http://coupon.dev.yidian-inc.com/coupon/admin/" ;资金池优惠券详情
coupon.wxapp.apply = "http://coupon.dev.yidian-inc.com/coupon/wxapp/apply" ;领取优惠券
coupon.wxapp.list = "http://coupon.dev.yidian-inc.com/coupon/wxapp/list" ;优惠券列表
; ======================= gateway ==================================================================================
......
......@@ -410,3 +410,41 @@ wallet.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
wallet.charset='utf8mb4'
wallet.write.host='w.bp_test_mysql1.int.yidian-inc.com:3306'
wallet.read.host='r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
[coupon : common]
; 生产环境
[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=''
; 预发环境
[perf-coupon : prod-coupon : wallet : common]
; 测试环境
[test-coupon : coupon : common]
wallet.database_type='mysql'
wallet.database_name='coupon'
wallet.connect_timeout=2
wallet.username='bp_rw'
wallet.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
wallet.charset='utf8mb4'
wallet.write.host='w.bp_test_mysql4.int.yidian-inc.com:3309'
wallet.read.host='r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309'
; 联调环境
[dev-coupon : coupon : common]
wallet.database_type='mysql'
wallet.database_name='coupon'
wallet.connect_timeout=2
wallet.username='bp_rw'
wallet.password='OA2My1X9tDUiTymO4yq4VAXCM4ttXj'
wallet.charset='utf8mb4'
wallet.write.host='w.bp_test_mysql1.int.yidian-inc.com:3306'
wallet.read.host='r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
......@@ -141,3 +141,30 @@ cacheConnect.serializer='igbinary'
cacheConnect.prefix=''
[dev-order : test-order : order : common]
[coupon : common]
[prod-coupon : coupon : common]
cacheConnect.mode='codis'
cacheConnect.topom='bj2-e05-126-165-6-lg.yidian.com:18136/topom'
cacheConnect.fallback=''
cacheConnect.password=''
cacheConnect.select=0
cacheConnect.timeout=1
cacheConnect.serializer='igbinary'
cacheConnect.prefix=''
[perf-order : coupon : common]
[test-order : coupon : common]
;codis表示集群业务名,mode表示连接数据源的模式(包括codis|sentinel|redis),serializer表示自动序列化方式(包括none|php|igbinary)
cacheConnect.mode='codis'
cacheConnect.topom='bj2-e05-126-165-6-lg.yidian.com:18131/topom'
cacheConnect.fallback=''
cacheConnect.password=''
cacheConnect.select=0
cacheConnect.timeout=1
cacheConnect.serializer='igbinary'
cacheConnect.prefix=''
[dev-coupon : test-coupon : coupon : 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