|
|
@@ -477,7 +477,7 @@ sandpay:
|
|
|
spring:
|
|
|
config:
|
|
|
activate:
|
|
|
- on-profile: test_server
|
|
|
+ on-profile: staging
|
|
|
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
|
|
|
@@ -489,23 +489,23 @@ spring:
|
|
|
|
|
|
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
|
|
|
+ create-order-group: create-order-group-staging
|
|
|
+ create-order-topic: create-order-topic-staging
|
|
|
+ update-stock-group: update-stock-group-staging
|
|
|
+ update-stock-topic: update-stock-topic-staging
|
|
|
+ update-sale-group: update-sale-group-staging
|
|
|
+ update-sale-topic: update-sale-topic-staging
|
|
|
+ order-notify-group: order-notify-group-staging
|
|
|
+ order-notify-topic: order-notify-topic-staging
|
|
|
+ mint-group: mint-group-staging
|
|
|
+ mint-topic: mint-topic-staging
|
|
|
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
|
|
|
+ update-activity-stock-group: update-activity-stock-group-staging
|
|
|
+ update-activity-stock-topic: update-activity-stock-topic-staging
|
|
|
+ update-quota-group: update-quota-group-staging
|
|
|
+ update-quota-topic: update-quota-topic-staging
|
|
|
+ broadcast-event-group: broadcast-event-group-staging
|
|
|
+ broadcast-event-topic: broadcast-event-topic-staging
|
|
|
wx:
|
|
|
pay:
|
|
|
notify-url: https://nfttest.raex.vip/notify/order/weixin
|
|
|
@@ -519,6 +519,6 @@ adapay:
|
|
|
rocketmq:
|
|
|
name-server: 172.29.50.102:9876
|
|
|
producer:
|
|
|
- group: my-producer-test
|
|
|
+ group: my-producer-staging
|
|
|
sandpay:
|
|
|
- notify-url: https://testorder.raex.vip/sandpay/notify
|
|
|
+ notify-url: https://nfttest.raex.vip/sandpay/notify
|