|
|
@@ -215,6 +215,44 @@ general:
|
|
|
mint-topic: mint-topic-test
|
|
|
---
|
|
|
|
|
|
+spring:
|
|
|
+ profiles: test1
|
|
|
+ datasource:
|
|
|
+ url: jdbc:mysql://rm-wz9sc79f5255780op.mysql.rds.aliyuncs.com/raex_test1?useUnicode=true&characterEncoding=UTF-8&zeroDateTimeBehavior=convertToNull&allowMultiQueries=true&useSSL=false&serverTimezone=GMT%2b8
|
|
|
+ username: raex
|
|
|
+ password: K@SdS7e6NTw4CK
|
|
|
+ redis:
|
|
|
+ host: 127.0.0.1
|
|
|
+ database: 2
|
|
|
+ password: jV%93RtjUx82Tp
|
|
|
+general:
|
|
|
+ host: https://www.raex.vip
|
|
|
+ create-order-group: create-order-group-test1
|
|
|
+ create-order-topic: create-order-topic-test1
|
|
|
+ update-stock-group: update-stock-group-test1
|
|
|
+ update-stock-topic: update-stock-topic-test1
|
|
|
+ update-sale-group: update-sale-group-test1
|
|
|
+ update-sale-topic: update-sale-topic-test1
|
|
|
+ order-notify-group: order-notify-group-test1
|
|
|
+ order-notify-topic: order-notify-topic-test1
|
|
|
+ mint-group: mint-group-test1
|
|
|
+ mint-topic: mint-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
|
|
|
+alipay:
|
|
|
+ notify-url: https://test1.raex.vip/notify/order/alipay
|
|
|
+ return-url: https://test1.raex.vip/9th/home
|
|
|
+adapay:
|
|
|
+ notify-url: https://test1.raex.vip/notify/adapay
|
|
|
+rocketmq:
|
|
|
+ name-server: 172.29.50.102:9876
|
|
|
+ producer:
|
|
|
+ group: my-producer
|
|
|
+---
|
|
|
+
|
|
|
spring:
|
|
|
profiles: local
|
|
|
datasource:
|