|
|
@@ -265,6 +265,8 @@ general:
|
|
|
broadcast-event-topic: broadcast-event-topic-test
|
|
|
register-group: register-group-test
|
|
|
register-topic: register-topic-test
|
|
|
+sandpay:
|
|
|
+ notify-url: https://testorder.raex.vip/sandpay/notify
|
|
|
---
|
|
|
|
|
|
spring:
|
|
|
@@ -378,7 +380,8 @@ rocketmq:
|
|
|
group: my-producer
|
|
|
aliyun:
|
|
|
oss-end-point: oss-cn-shenzhen-internal.aliyuncs.com
|
|
|
-
|
|
|
+sandpay:
|
|
|
+ notify-url: https://order.raex.vip/sandpay/notify
|
|
|
---
|
|
|
|
|
|
spring:
|
|
|
@@ -426,7 +429,8 @@ rocketmq:
|
|
|
name-server: 172.29.50.102:9876
|
|
|
producer:
|
|
|
group: my-producer
|
|
|
-
|
|
|
+sandpay:
|
|
|
+ notify-url: https://order.raex.vip/sandpay/notify
|
|
|
---
|
|
|
|
|
|
spring:
|
|
|
@@ -466,11 +470,14 @@ rocketmq:
|
|
|
name-server: 172.29.50.102:9876
|
|
|
producer:
|
|
|
group: my-producer
|
|
|
-
|
|
|
+sandpay:
|
|
|
+ notify-url: https://testorder.raex.vip/sandpay/notify
|
|
|
---
|
|
|
|
|
|
spring:
|
|
|
- profiles: test_server
|
|
|
+ config:
|
|
|
+ activate:
|
|
|
+ on-profile: 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
|
|
|
@@ -479,6 +486,7 @@ spring:
|
|
|
host: 127.0.0.1
|
|
|
database: 0
|
|
|
password: jV%93RtjUx82Tp
|
|
|
+
|
|
|
general:
|
|
|
host: https://nfttest.raex.vip
|
|
|
create-order-group: create-order-group-nfttest
|
|
|
@@ -511,4 +519,6 @@ adapay:
|
|
|
rocketmq:
|
|
|
name-server: 172.29.50.102:9876
|
|
|
producer:
|
|
|
- group: my-producer-test
|
|
|
+ group: my-producer-test
|
|
|
+sandpay:
|
|
|
+ notify-url: https://testorder.raex.vip/sandpay/notify
|