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
934d2953
Commit
934d2953
authored
Jul 23, 2021
by
耿鸿飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feature 生活圈 : 排线功能从goods迁移到order
parent
f927e528
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
47 additions
and
45 deletions
+47
-45
interface.ini
interface.ini
+18
-17
mysql.ini
mysql.ini
+29
-28
No files found.
interface.ini
View file @
934d2953
...
@@ -174,11 +174,7 @@ goods.tcc.place_an_order_cancel = "http://goods.int.yidian-inc.com/tcc/tcc/place
...
@@ -174,11 +174,7 @@ 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_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_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"
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微服务接口 =======================
;======================= 5000000-prod order微服务接口 =======================
;订单
;订单
...
@@ -206,7 +202,11 @@ order.tcc.cancel_order_cancel = "http://order.int.yidian-inc.com/tcc/tcc/cancel_
...
@@ -206,7 +202,11 @@ order.tcc.cancel_order_cancel = "http://order.int.yidian-inc.com/tcc/tcc/cancel_
order.tcc.create_order_main
=
"http://order.int.yidian-inc.com/tcc/tcc/create_order_main"
order.tcc.create_order_main
=
"http://order.int.yidian-inc.com/tcc/tcc/create_order_main"
order.tcc.cancel_order_main
=
"http://order.int.yidian-inc.com/tcc/tcc/cancel_order_main"
order.tcc.cancel_order_main
=
"http://order.int.yidian-inc.com/tcc/tcc/cancel_order_main"
;deliver 骑手
order.deliverer.add_deliverer
=
"http://order.int.yidian-inc.com/deliverer/deliverer/add_deliverer"
order.deliverer.list_day_deliverer
=
"http://order.int.yidian-inc.com/deliverer/deliverer/list_day_deliverer"
order.deliverer.save_day_deliverer
=
"http://order.int.yidian-inc.com/deliverer/deliverer/save_day_deliverer"
order.deliverer.list_day_deliverer_conf
=
"http://order.int.yidian-inc.com/deliverer/deliverer/list_day_deliverer_conf"
;======================= 6000000-prod pay微服务接口 =======================
;======================= 6000000-prod pay微服务接口 =======================
pay.order.pay
=
"http://pay.int.yidian-inc.com/pay/order/pay"
pay.order.pay
=
"http://pay.int.yidian-inc.com/pay/order/pay"
pay.order.refund
=
"http://pay.int.yidian-inc.com/pay/order/refund"
pay.order.refund
=
"http://pay.int.yidian-inc.com/pay/order/refund"
...
@@ -410,11 +410,7 @@ goods.tcc.cancel_order_try = "http://goods.test.int.yidian-inc.com/tcc/tcc/cance
...
@@ -410,11 +410,7 @@ 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_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"
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微服务接口 =======================
;======================= 5000000-test order微服务接口 =======================
;订单
;订单
...
@@ -442,6 +438,11 @@ order.tcc.cancel_order_cancel = "http://order.test.yidian-inc.com/tcc/tcc/cancel
...
@@ -442,6 +438,11 @@ order.tcc.cancel_order_cancel = "http://order.test.yidian-inc.com/tcc/tcc/cancel
order.tcc.create_order_main
=
"http://order.test.yidian-inc.com/tcc/tcc/create_order_main"
order.tcc.create_order_main
=
"http://order.test.yidian-inc.com/tcc/tcc/create_order_main"
order.tcc.cancel_order_main
=
"http://order.test.yidian-inc.com/tcc/tcc/cancel_order_main"
order.tcc.cancel_order_main
=
"http://order.test.yidian-inc.com/tcc/tcc/cancel_order_main"
;deliver 骑手
order.deliverer.add_deliverer
=
"http://order.test.int.yidian-inc.com/deliverer/deliverer/add_deliverer"
order.deliverer.list_day_deliverer
=
"http://order.test.int.yidian-inc.com/deliverer/deliverer/list_day_deliverer"
order.deliverer.save_day_deliverer
=
"http://order.test.int.yidian-inc.com/deliverer/deliverer/save_day_deliverer"
order.deliverer.list_day_deliverer_conf
=
"http://order.test.int.yidian-inc.com/deliverer/deliverer/list_day_deliverer_conf"
;======================= 6000000-test pay微服务接口 =======================
;======================= 6000000-test pay微服务接口 =======================
pay.order.pay
=
"http://pay.test.yidian-inc.com/pay/order/pay"
pay.order.pay
=
"http://pay.test.yidian-inc.com/pay/order/pay"
...
@@ -610,11 +611,7 @@ goods.tcc.cancel_order_try = "http://goods.dev.yidian-inc.com/tcc/tcc/cancel_ord
...
@@ -610,11 +611,7 @@ 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_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"
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微服务接口 =======================
;======================= 5000000-dev order微服务接口 =======================
;订单
;订单
...
@@ -642,7 +639,11 @@ order.tcc.cancel_order_cancel = "http://order.dev.yidian-inc.com/tcc/tcc/cancel_
...
@@ -642,7 +639,11 @@ order.tcc.cancel_order_cancel = "http://order.dev.yidian-inc.com/tcc/tcc/cancel_
order.tcc.create_order_main
=
"http://order.dev.yidian-inc.com/tcc/tcc/create_order_main"
order.tcc.create_order_main
=
"http://order.dev.yidian-inc.com/tcc/tcc/create_order_main"
order.tcc.cancel_order_main
=
"http://order.dev.yidian-inc.com/tcc/tcc/cancel_order_main"
order.tcc.cancel_order_main
=
"http://order.dev.yidian-inc.com/tcc/tcc/cancel_order_main"
;deliver 骑手
order.deliverer.add_deliverer
=
"http://order.dev.yidian-inc.com/deliverer/deliverer/add_deliverer"
order.deliverer.list_day_deliverer
=
"http://order.dev.yidian-inc.com/deliverer/deliverer/list_day_deliverer"
order.deliverer.save_day_deliverer
=
"http://order.dev.yidian-inc.com/deliverer/deliverer/save_day_deliverer"
order.deliverer.list_day_deliverer_conf
=
"http://order.dev.yidian-inc.com/deliverer/deliverer/list_day_deliverer_conf"
;======================= 6000000-dev pay微服务接口 =======================
;======================= 6000000-dev pay微服务接口 =======================
pay.order.pay
=
"http://pay.dev.yidian-inc.com/pay/order/pay"
pay.order.pay
=
"http://pay.dev.yidian-inc.com/pay/order/pay"
pay.order.refund
=
"http://pay.dev.yidian-inc.com/pay/order/refund"
pay.order.refund
=
"http://pay.dev.yidian-inc.com/pay/order/refund"
...
...
mysql.ini
View file @
934d2953
...
@@ -139,15 +139,6 @@ marketing.charset='utf8mb4'
...
@@ -139,15 +139,6 @@ marketing.charset='utf8mb4'
marketing.write.host
=
'w.bp_marketing.int.yidian-inc.com:3306'
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'
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]
[perf-goods : prod-goods : goods : common]
...
@@ -172,15 +163,7 @@ marketing.charset='utf8mb4'
...
@@ -172,15 +163,7 @@ marketing.charset='utf8mb4'
marketing.write.host
=
'w.bp_test_mysql4.int.yidian-inc.com:3309'
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'
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]
[dev-goods : goods : common]
...
@@ -202,15 +185,7 @@ marketing.charset='utf8mb4'
...
@@ -202,15 +185,7 @@ marketing.charset='utf8mb4'
marketing.write.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
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'
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使用分片
;TCC使用分片
...
@@ -253,6 +228,15 @@ order.charset='utf8mb4'
...
@@ -253,6 +228,15 @@ order.charset='utf8mb4'
order.write.host
=
'w.bp_order.int.yidian-inc.com:3306'
order.write.host
=
'w.bp_order.int.yidian-inc.com:3306'
order.read.host
=
'r.bp_order_1.int.yidian-inc.com:3306,r.bp_order_2.int.yidian-inc.com:3306'
order.read.host
=
'r.bp_order_1.int.yidian-inc.com:3306,r.bp_order_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-order : prod-order : order : common]
[perf-order : prod-order : order : common]
...
@@ -267,6 +251,15 @@ order.charset='utf8mb4'
...
@@ -267,6 +251,15 @@ order.charset='utf8mb4'
order.write.host
=
'w.bp_test_mysql4.int.yidian-inc.com:3309'
order.write.host
=
'w.bp_test_mysql4.int.yidian-inc.com:3309'
order.read.host
=
'r.bp_test_mysql4_1.int.yidian-inc.com:3309,r.bp_test_mysql4_2.int.yidian-inc.com:3309'
order.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-order : order : common]
[dev-order : order : common]
order.database_type
=
'mysql'
order.database_type
=
'mysql'
...
@@ -278,7 +271,15 @@ order.charset='utf8mb4'
...
@@ -278,7 +271,15 @@ order.charset='utf8mb4'
order.write.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
order.write.host
=
'w.bp_test_mysql1.int.yidian-inc.com:3306'
order.read.host
=
'r.bp_test_mysql1_1.int.yidian-inc.com:3306,r.bp_test_mysql1_2.int.yidian-inc.com:3306'
order.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'
[pay : common]
[pay : 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