记得上下班打卡 | git大法好,push需谨慎

Commit bffee6a1 authored by anjiabin's avatar anjiabin

修改dragon配置

parent 7655521e
...@@ -59,6 +59,8 @@ liquidnet: ...@@ -59,6 +59,8 @@ liquidnet:
localUrl: http://devorder.zhengzai.tv/order/order/syncOrder localUrl: http://devorder.zhengzai.tv/order/order/syncOrder
url-service: url-service:
url: http://devservice.zhengzai.tv/ url: http://devservice.zhengzai.tv/
dragon:
notifyUrl: https://devdragon.zhengzai.tv/dragon
platform: platform:
url: http://devplatform.zhengzai.tv url: http://devplatform.zhengzai.tv
executor-main: executor-main:
......
...@@ -59,6 +59,8 @@ liquidnet: ...@@ -59,6 +59,8 @@ liquidnet:
localUrl: http://testorder.zhengzai.tv/order/order/syncOrder localUrl: http://testorder.zhengzai.tv/order/order/syncOrder
url-service: url-service:
url: http://testservice.zhengzai.tv/ url: http://testservice.zhengzai.tv/
dragon:
notifyUrl: https://testdragon.zhengzai.tv/dragon
platform: platform:
url: http://testplatform.zhengzai.tv url: http://testplatform.zhengzai.tv
executor-main: executor-main:
......
...@@ -23,7 +23,7 @@ liquidnet: ...@@ -23,7 +23,7 @@ liquidnet:
sslEnabled: false sslEnabled: false
database: dev_ln_scene database: dev_ln_scene
dragon: dragon:
url: https://devdragon.zhengzai.tv/dragon url: ${liquidnet.service.dragon.notifyUrl}
alipay: alipay:
gataway-url: https://openapi.alipay.com/gateway.do gataway-url: https://openapi.alipay.com/gateway.do
appId: 2019082866535131 appId: 2019082866535131
......
...@@ -23,7 +23,7 @@ liquidnet: ...@@ -23,7 +23,7 @@ liquidnet:
sslEnabled: false sslEnabled: false
database: test_ln_scene database: test_ln_scene
dragon: dragon:
url: https://testdragon.zhengzai.tv/dragon url: ${liquidnet.service.dragon.notifyUrl}
alipay: alipay:
gataway-url: https://openapi.alipay.com/gateway.do gataway-url: https://openapi.alipay.com/gateway.do
appId: 2019082866535131 appId: 2019082866535131
......
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