|
@@ -1,10 +1,10 @@
|
|
|
# 微信支付
|
|
# 微信支付
|
|
|
wechat:
|
|
wechat:
|
|
|
payment:
|
|
payment:
|
|
|
- notifyUrl: https://dev-wash.kuaiyuman.cn/api/payment/notify
|
|
|
|
|
- refundNotifyUrl: https://dev-wash.kuaiyuman.cn/api/payment/refundNotify
|
|
|
|
|
|
|
+ notifyUrl: https://api.yeswash.cn/api/payment/notify
|
|
|
|
|
+ refundNotifyUrl: https://api.yeswash.cn/api/payment/refundNotify
|
|
|
fapiao:
|
|
fapiao:
|
|
|
- notifyUrl: https://dev-wash.kuaiyuman.cn/api/invoice/notify
|
|
|
|
|
|
|
+ notifyUrl: https://api.yeswash.cn/api/invoice/notify
|
|
|
|
|
|
|
|
spring:
|
|
spring:
|
|
|
datasource:
|
|
datasource:
|
|
@@ -15,14 +15,14 @@ spring:
|
|
|
idle-timeout: 60000
|
|
idle-timeout: 60000
|
|
|
connection-timeout: 10000
|
|
connection-timeout: 10000
|
|
|
validation-timeout: 3000
|
|
validation-timeout: 3000
|
|
|
- url: jdbc:mysql://120.77.236.3:3306/car_wash?serverTimezone=Asia/Shanghai&rewriteBatchedStatements=true&allowMultiQueries=true
|
|
|
|
|
|
|
+ url: jdbc:mysql://127.0.0.1:3306/car_wash?serverTimezone=Asia/Shanghai&rewriteBatchedStatements=true&allowMultiQueries=true
|
|
|
username: kym
|
|
username: kym
|
|
|
password: qYhQLZLP6e7paVmQN5foEwRYJ1yFNpwM
|
|
password: qYhQLZLP6e7paVmQN5foEwRYJ1yFNpwM
|
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
driver-class-name: com.mysql.cj.jdbc.Driver
|
|
|
data:
|
|
data:
|
|
|
redis:
|
|
redis:
|
|
|
port: 6379
|
|
port: 6379
|
|
|
- host: 120.77.236.3
|
|
|
|
|
|
|
+ host: 127.0.0.1
|
|
|
password: OPYCJ3mJpaU4IsP7ZeIyaus6FtHjLYmhNDGteuRc1gIFCAm7wi
|
|
password: OPYCJ3mJpaU4IsP7ZeIyaus6FtHjLYmhNDGteuRc1gIFCAm7wi
|
|
|
database: 10
|
|
database: 10
|
|
|
lettuce:
|
|
lettuce:
|
|
@@ -38,7 +38,7 @@ spring:
|
|
|
# 缓存过期时间:7天
|
|
# 缓存过期时间:7天
|
|
|
time-to-live: 604800
|
|
time-to-live: 604800
|
|
|
rabbitmq:
|
|
rabbitmq:
|
|
|
- host: 120.77.236.3
|
|
|
|
|
|
|
+ host: 127.0.0.1
|
|
|
port: 5680
|
|
port: 5680
|
|
|
username: kym
|
|
username: kym
|
|
|
password: vMRbZPfunLX8kDwfyy737y1Ahzfgr5ib
|
|
password: vMRbZPfunLX8kDwfyy737y1Ahzfgr5ib
|
|
@@ -57,4 +57,4 @@ spring:
|
|
|
|
|
|
|
|
kym:
|
|
kym:
|
|
|
notify-email: skyline@kuaiyuman.cn
|
|
notify-email: skyline@kuaiyuman.cn
|
|
|
- domain: https://wash.kuaiyuman.cn
|
|
|
|
|
|
|
+ domain: https://api.yeswash.cn
|