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
f9b663aa
Commit
f9b663aa
authored
Sep 03, 2021
by
jianghaiming
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
https://gitlab.yidian-inc.com/bp/yaconf
parents
d7bb959c
e61b99b6
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
463 additions
and
0 deletions
+463
-0
interface.ini
interface.ini
+385
-0
kafka.ini
kafka.ini
+71
-0
wallet.ini
wallet.ini
+7
-0
No files found.
interface.ini
View file @
f9b663aa
This diff is collapsed.
Click to expand it.
kafka.ini
0 → 100644
View file @
f9b663aa
[common]
[gateway : common]
[prod-gateway : gateway : common]
[perf-gateway : gateway : common]
[test-gateway : gateway : common]
[dev-gateway : test-gateway : gateway : common]
;商户项目配置
;商户项目继承common + 自己的配置,此节中配置会覆盖父级的相同配置(不区分环境)
[merchant : common]
[prod-merchant : merchant : common]
[perf-merchant : prod-merchant : merchant : common]
[test-merchant : prod-merchant : merchant : common]
[dev-merchant : test-merchant : prod-merchant : merchant : common]
;触达项目
[interaction : common]
[prod-interaction : interaction : common]
subscribe.broker_list
=
'10.126.14.25:9092,10.126.14.31:9092,10.126.14.32:9092'
subscribe.topic
=
'bp_str_jielong_subscribe_notify_prod'
[perf-interaction : prod-interaction : interaction : common]
[test-interaction : interaction : common]
subscribe.broker_list
=
'10.126.14.25:9092,10.126.14.31:9092,10.126.14.32:9092'
subscribe.topic
=
'bp_str_jielong_subscribe_notify_test'
[dev-interaction : test-interaction : interaction : common]
subscribe.broker_list
=
'10.126.14.25:9092,10.126.14.31:9092,10.126.14.32:9092'
subscribe.topic
=
'bp_str_jielong_subscribe_notify_dev'
;商品项目
[goods : common]
[prod-goods : goods : common]
goods.publish.broker_list
=
'10.126.14.25:9092,10.126.14.31:9092,10.126.14.32:9092'
goods.publish.topic
=
'bp_str_jielong_goods_publish_prod'
[perf-goods : prod-goods : goods : common]
[test-goods : goods : common]
goods.publish.broker_list
=
'10.126.14.25:9092,10.126.14.31:9092,10.126.14.32:9092'
goods.publish.topic
=
'bp_str_jielong_goods_publish_test'
[dev-goods : test-goods : goods : common]
goods.publish.broker_list
=
'10.126.14.25:9092,10.126.14.31:9092,10.126.14.32:9092'
goods.publish.topic
=
'bp_str_jielong_goods_publish_dev'
;订单项目
[order : common]
[prod-order : order : common]
[perf-order : order : common]
[test-order : order : common]
[dev-order : test-order : order : common]
;优惠券项目
[coupon : common]
[prod-coupon : coupon : common]
[perf-order : coupon : common]
[test-order : coupon : common]
[dev-coupon : test-coupon : coupon : common]
;钱包项目
[wallet : common]
[prod-wallet : wallet : common]
[perf-wallet : wallet : common]
[test-wallet : wallet : common]
[dev-wallet : test-wallet : wallet : common]
\ No newline at end of file
wallet.ini
View file @
f9b663aa
...
...
@@ -23,6 +23,13 @@ withdraw.new_pingpp_appid = 'app_i58a94Pq1qfDDK4q';
;生活圈-线上-c端app-老版-提现
withdraw.old_pingpp_appid = 'app_HGej90rbPiXTHmf5';
[perf-wallet : common]
;生产的pingpp key
;新版C端提现appid
withdraw.new_pingpp_appid
=
'app_f5O4aDrvXvXTiffb'
;
;生活圈-线上-c端app-老版-提现
withdraw.old_pingpp_appid = 'app_HGej90rbPiXTHmf5';
[test-wallet : common]
;新账户提现延迟(包含当天) 单位:天
withdraw.defer_day
=
7;
...
...
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