Commit 2c7e6d84 authored by suntengda's avatar suntengda

Merge branch 'master' into jielong

parents 98e8de1d 1889bf2d
This diff is collapsed.
...@@ -472,14 +472,14 @@ wallet.read.host='r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2. ...@@ -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] [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:3306'
wallet.read.host='' coupon.read.host='r.bp_coupon_1.int.yidian-inc.com:3306,r.bp_coupon_2.int.yidian-inc.com:3306'
; 预发环境 ; 预发环境
[perf-coupon : prod-coupon : wallet : common] [perf-coupon : prod-coupon : wallet : common]
......
...@@ -168,3 +168,30 @@ cacheConnect.serializer='igbinary' ...@@ -168,3 +168,30 @@ cacheConnect.serializer='igbinary'
cacheConnect.prefix='' cacheConnect.prefix=''
[dev-coupon : test-coupon : coupon : common] [dev-coupon : test-coupon : coupon : common]
;钱包redis
[wallet : common]
[prod-wallet : wallet : common]
cacheConnect.mode='codis'
cacheConnect.topom='bj2-e05-126-165-6-lg.yidian.com:18138/topom'
cacheConnect.fallback=''
cacheConnect.password=''
cacheConnect.select=0
cacheConnect.timeout=1
cacheConnect.serializer='igbinary'
cacheConnect.prefix=''
[perf-wallet : wallet : common]
[test-wallet : wallet : 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-wallet : test-wallet : wallet : common]
\ No newline at end of file
...@@ -4,10 +4,12 @@ log.exclude[] = "bj2-e05-126-165-6-lg.yidian.com" ...@@ -4,10 +4,12 @@ log.exclude[] = "bj2-e05-126-165-6-lg.yidian.com"
[merchant : common] [merchant : common]
[interaction : common] [interaction : common]
[gateway : common] [gateway : common]
[wallet : common]
; 生产环境 ; 生产环境
[prod-merchant : merchant : common] [prod-merchant : merchant : common]
[prod-interaction : interaction : common] [prod-interaction : interaction : common]
[prod-gateway: gateway : common] [prod-gateway: gateway : common]
[prod-wallet: wallet : common]
; 预发环境 ; 预发环境
[perf-merchant : prod-merchant : merchant : common] [perf-merchant : prod-merchant : merchant : common]
...@@ -16,7 +18,9 @@ log.exclude[] = "bj2-e05-126-165-6-lg.yidian.com" ...@@ -16,7 +18,9 @@ log.exclude[] = "bj2-e05-126-165-6-lg.yidian.com"
[test-merchant : prod-merchant : merchant : common] [test-merchant : prod-merchant : merchant : common]
[test-interaction : prod-interaction : interaction : common] [test-interaction : prod-interaction : interaction : common]
[test-gateway : prod-gateway : gateway : common] [test-gateway : prod-gateway : gateway : common]
[test-wallet : prod-wallet : wallet : common]
;开发联调测试 ;开发联调测试
[dev-merchant : prod-merchant : merchant : common] [dev-merchant : prod-merchant : merchant : common]
[dev-interaction : prod-interaction : interaction : common] [dev-interaction : prod-interaction : interaction : common]
[dev-gateway : prod-gateway : gateway : common] [dev-gateway : prod-gateway : gateway : common]
[dev-wallet : prod-wallet : 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