Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Y
yaconf
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
bp
yaconf
Commits
2c7e6d84
Commit
2c7e6d84
authored
Aug 12, 2021
by
suntengda
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' into jielong
parents
98e8de1d
1889bf2d
Changes
4
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
88 additions
and
31 deletions
+88
-31
interface.ini
interface.ini
+47
-21
mysql.ini
mysql.ini
+8
-8
redis.ini
redis.ini
+29
-2
request.ini
request.ini
+4
-0
No files found.
interface.ini
View file @
2c7e6d84
This diff is collapsed.
Click to expand it.
mysql.ini
View file @
2c7e6d84
...
@@ -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]
...
...
redis.ini
View file @
2c7e6d84
...
@@ -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
request.ini
View file @
2c7e6d84
...
@@ -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]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment