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
f927e528
Commit
f927e528
authored
Jul 23, 2021
by
耿鸿飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feature 生活号 - 骑手排线 1.增加对旧数据的配置;2gatway增加对goods接口的配置
parent
9ddc303c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
44 additions
and
1 deletion
+44
-1
interface.ini
interface.ini
+15
-1
mysql.ini
mysql.ini
+29
-0
No files found.
interface.ini
View file @
f927e528
...
...
@@ -174,7 +174,11 @@ goods.tcc.place_an_order_cancel = "http://goods.int.yidian-inc.com/tcc/tcc/place
goods.tcc.cancel_order_try
=
"http://goods.int.yidian-inc.com/tcc/tcc/cancel_order_try"
goods.tcc.cancel_order_confirm
=
"http://goods.int.yidian-inc.com/tcc/tcc/cancel_order_confirm"
goods.tcc.cancel_order_cancel
=
"http://goods.int.yidian-inc.com/tcc/tcc/cancel_order_cancel"
;deliver 骑手
goods.deliverer.add_deliverer
=
"http://goods.int.yidian-inc.com/merchant/deliverer/add_deliverer"
goods.deliverer.list_day_deliverer
=
"http://goods.int.yidian-inc.com/merchant/deliverer/list_day_deliverer"
goods.deliverer.save_day_deliverer
=
"http://goods.int.yidian-inc.com/merchant/deliverer/save_day_deliverer"
goods.deliverer.list_day_deliverer_conf
=
"http://goods.int.yidian-inc.com/merchant/deliverer/list_day_deliverer_conf"
;======================= 5000000-prod order微服务接口 =======================
;订单
...
...
@@ -406,6 +410,11 @@ goods.tcc.cancel_order_try = "http://goods.test.int.yidian-inc.com/tcc/tcc/cance
goods.tcc.cancel_order_confirm
=
"http://goods.test.int.yidian-inc.com/tcc/tcc/cancel_order_confirm"
goods.tcc.cancel_order_cancel
=
"http://goods.test.int.yidian-inc.com/tcc/tcc/cancel_order_cancel"
;deliver 骑手
goods.deliverer.add_deliverer
=
"http://goods.test.int.yidian-inc.com/merchant/deliverer/add_deliverer"
goods.deliverer.list_day_deliverer
=
"http://goods.test.int.yidian-inc.com/merchant/deliverer/list_day_deliverer"
goods.deliverer.save_day_deliverer
=
"http://goods.test.int.yidian-inc.com/merchant/deliverer/save_day_deliverer"
goods.deliverer.list_day_deliverer_conf
=
"http://goods.test.int.yidian-inc.com/merchant/deliverer/list_day_deliverer_conf"
;======================= 5000000-test order微服务接口 =======================
;订单
...
...
@@ -601,6 +610,11 @@ goods.tcc.cancel_order_try = "http://goods.dev.yidian-inc.com/tcc/tcc/cancel_ord
goods.tcc.cancel_order_confirm
=
"http://goods.dev.yidian-inc.com/tcc/tcc/cancel_order_confirm"
goods.tcc.cancel_order_cancel
=
"http://goods.dev.yidian-inc.com/tcc/tcc/cancel_order_cancel"
;deliver 骑手
goods.deliverer.add_deliverer
=
"http://goods.dev.yidian-inc.com/merchant/deliverer/add_deliverer"
goods.deliverer.list_day_deliverer
=
"http://goods.dev.yidian-inc.com/merchant/deliverer/list_day_deliverer"
goods.deliverer.save_day_deliverer
=
"http://goods.dev.yidian-inc.com/merchant/deliverer/save_day_deliverer"
goods.deliverer.list_day_deliverer_conf
=
"http://goods.dev.yidian-inc.com/merchant/deliverer/list_day_deliverer_conf"
;======================= 5000000-dev order微服务接口 =======================
;订单
...
...
mysql.ini
View file @
f927e528
...
...
@@ -139,6 +139,16 @@ marketing.charset='utf8mb4'
marketing.write.host
=
'w.bp_marketing.int.yidian-inc.com:3306'
marketing.read.host
=
'r.bp_marketing_1.int.yidian-inc.com:3306,r.bp_marketing_2.int.yidian-inc.com:3306'
; 生活号 接龙拼单 骑手排线功能开发 @耿鸿飞 @2021-7-21 待生活号重构完毕后会删除该配置
commerce.database_type
=
'mysql'
commerce.database_name
=
'commerce'
commerce.connect_timeout
=
2
commerce.username
=
'commerce_rw'
commerce.password
=
'zhd8IJZdpAgxyvc6EVPP3VG8'
commerce.charset
=
'utf8mb4'
commerce.write.host
=
'dbproxy.local.cutt.com:5101'
commerce.read.host
=
'dbproxy.local.cutt.com:5101'
; 预发环境
[perf-goods : prod-goods : goods : common]
...
...
@@ -162,6 +172,16 @@ marketing.charset='utf8mb4'
marketing.write.host
=
'w.bp_test_mysql4.int.yidian-inc.com:3309'
marketing.read.host
=
'r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309'
; 生活号 接龙拼单 骑手排线功能开发 @耿鸿飞 @2021-7-21 待生活号重构完毕后会删除该配置
commerce.database_type
=
'mysql'
commerce.database_name
=
'commerce'
commerce.connect_timeout
=
2
commerce.username
=
'commerce_rw'
commerce.password
=
'zhd8IJZdpAgxyvc6EVPP3VG8'
commerce.charset
=
'utf8mb4'
commerce.write.host
=
'dbproxy.local.cutt.com:5101'
commerce.read.host
=
'dbproxy.local.cutt.com:5101'
; 开发联调测试
[dev-goods : goods : common]
goods.database_type
=
'mysql'
...
...
@@ -182,6 +202,15 @@ marketing.charset='utf8mb4'
marketing.write.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
marketing.read.host
=
'r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
; 生活号 接龙拼单 骑手排线功能开发 @耿鸿飞 @2021-7-21 待生活号重构完毕后会删除该配置
commerce.database_type
=
'mysql'
commerce.database_name
=
'commerce'
commerce.connect_timeout
=
2
commerce.username
=
'commerce_rw'
commerce.password
=
'zhd8IJZdpAgxyvc6EVPP3VG8'
commerce.charset
=
'utf8mb4'
commerce.write.host
=
'dbproxy.local.cutt.com:5101'
commerce.read.host
=
'dbproxy.local.cutt.com:5101'
;TCC使用分片
...
...
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