Bläddra i källkod

Merge branch 'dev' of wangqifan/nanjing_nft into master

wangqifan 3 år sedan
förälder
incheckning
5664393cb7
1 ändrade filer med 8 tillägg och 9 borttagningar
  1. 8 9
      src/main/resources/application.yaml

+ 8 - 9
src/main/resources/application.yaml

@@ -275,7 +275,7 @@ spring:
     database: 2
     password: jV%93RtjUx82Tp
 general:
-  host: https://test1.raex.vip
+  host: https://www.metanexus.vip
   create-order-group: create-order-group-test1
   create-order-topic: create-order-topic-test1
   update-stock-group: update-stock-group-test1
@@ -286,7 +286,6 @@ general:
   order-notify-topic: order-notify-topic-test1
   mint-group: mint-group-test1
   mint-topic: mint-topic-test1
-  notify-server: true
   update-activity-stock-group: update-activity-stock-group-test1
   update-activity-stock-topic: update-activity-stock-topic-test1
   update-quota-group: update-quota-group-test1
@@ -297,16 +296,16 @@ general:
   register-topic: register-topic-test1
 wx:
   pay:
-    notify-url: https://test1.raex.vip/notify/order/weixin
-    refund-notify-url: https://test1.raex.vip/wx/refundNotify
-    return-url: https://test1.raex.vip/9th/orders
+    notify-url: https://www.metanexus.vip/notify/order/weixin
+    refund-notify-url: https://www.metanexus.vip/wx/refundNotify
+    return-url: https://www.metanexus.vip/9th/orders
 alipay:
-  notify-url: https://test1.raex.vip/notify/order/alipay
-  return-url: https://test1.raex.vip/9th/home
+  notify-url: https://www.metanexus.vip/notify/order/alipay
+  return-url: https://www.metanexus.vip/9th/home
 adapay:
-  notify-url: https://test1.raex.vip/notify/adapay
+  notify-url: https://www.metanexus.vip/notify/adapay
 rocketmq:
-  name-server: 172.29.50.102:9876
+  name-server: 47.96.38.242:9876
   producer:
     group: my-producer
 ---