Sfoglia il codice sorgente

生成环境域名变更

skyline 1 settimana fa
parent
commit
c4415774df

+ 7 - 7
car-wash-miniapp/src/main/resources/application-prod.yml

@@ -1,10 +1,10 @@
 # 微信支付
 wechat:
   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:
-    notifyUrl: https://dev-wash.kuaiyuman.cn/api/invoice/notify
+    notifyUrl: https://api.yeswash.cn/api/invoice/notify
 
 spring:
   datasource:
@@ -15,14 +15,14 @@ spring:
       idle-timeout: 60000
       connection-timeout: 10000
       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
     password: qYhQLZLP6e7paVmQN5foEwRYJ1yFNpwM
     driver-class-name: com.mysql.cj.jdbc.Driver
   data:
     redis:
       port: 6379
-      host: 120.77.236.3
+      host: 127.0.0.1
       password: OPYCJ3mJpaU4IsP7ZeIyaus6FtHjLYmhNDGteuRc1gIFCAm7wi
       database: 10
       lettuce:
@@ -38,7 +38,7 @@ spring:
       # 缓存过期时间:7天
       time-to-live: 604800
   rabbitmq:
-    host: 120.77.236.3
+    host: 127.0.0.1
     port: 5680
     username: kym
     password: vMRbZPfunLX8kDwfyy737y1Ahzfgr5ib
@@ -57,4 +57,4 @@ spring:
 
 kym:
   notify-email: skyline@kuaiyuman.cn
-  domain: https://wash.kuaiyuman.cn
+  domain: https://api.yeswash.cn