瀏覽代碼

test-server配置

wangqifan 3 年之前
父節點
當前提交
e90affb3c6
共有 1 個文件被更改,包括 46 次插入0 次删除
  1. 46 0
      src/main/resources/application.yaml

+ 46 - 0
src/main/resources/application.yaml

@@ -459,3 +459,49 @@ rocketmq:
   name-server: 172.29.50.102:9876
   producer:
     group: my-producer
+
+---
+
+spring:
+  profiles: test_server
+  datasource:
+    url: jdbc:mysql://rm-wz9q65wzuf8c56647ro.mysql.rds.aliyuncs.com/raex_test?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=false&serverTimezone=GMT%2b8
+    username: raex_test
+    password: tetQsjw!u4!c5$URduo7BH
+  redis:
+    host: 127.0.0.1
+    database: 0
+    password: jV%93RtjUx82Tp
+general:
+  host: https://nfttest.raex.vip
+  create-order-group: create-order-group-nfttest
+  create-order-topic: create-order-topic-nfttest
+  update-stock-group: update-stock-group-nfttest
+  update-stock-topic: update-stock-topic-nfttest
+  update-sale-group: update-sale-group-nfttest
+  update-sale-topic: update-sale-topic-nfttest
+  order-notify-group: order-notify-group-nfttest
+  order-notify-topic: order-notify-topic-nfttest
+  mint-group: mint-group-nfttest
+  mint-topic: mint-topic-nfttest
+  notify-server: true
+  update-activity-stock-group: update-activity-stock-group-nfttest
+  update-activity-stock-topic: update-activity-stock-topic-nfttest
+  update-quota-group: update-quota-group-nfttest
+  update-quota-topic: update-quota-topic-nfttest
+  broadcast-event-group: broadcast-event-group-nfttest
+  broadcast-event-topic: broadcast-event-topic-nfttest
+wx:
+  pay:
+    notify-url: https://nfttest.raex.vip/notify/order/weixin
+    refund-notify-url: https://nfttest.raex.vip/wx/refundNotify
+    return-url: https://nfttest.raex.vip/9th/orders
+alipay:
+  notify-url: https://nfttest.raex.vip/notify/order/alipay
+  return-url: https://nfttest.raex.vip/9th/home
+adapay:
+  notify-url: https://nfttest.raex.vip/notify/adapay
+rocketmq:
+  name-server: 172.29.50.102:9876
+  producer:
+    group: my-producer-test