|
@@ -47,14 +47,14 @@ spring:
|
|
|
primary: master
|
|
|
datasource:
|
|
|
master:
|
|
|
- name: new-letcgo
|
|
|
- url: jdbc:mysql://120.78.5.233:3306/${spring.datasource.dynamic.datasource.master.name}?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
|
|
|
+ name: new-feifan
|
|
|
+ url: jdbc:mysql://120.78.5.233:3307/${spring.datasource.dynamic.datasource.master.name}?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
|
|
|
username: root
|
|
|
password: PA55W0RD
|
|
|
slave:
|
|
|
- name: new-letcgo
|
|
|
+ name: new-feifan
|
|
|
lazy: true
|
|
|
- url: jdbc:mysql://120.78.5.233:3306/${spring.datasource.dynamic.datasource.slave.name}?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
|
|
|
+ url: jdbc:mysql://120.78.5.233:3307/${spring.datasource.dynamic.datasource.slave.name}?useSSL=false&serverTimezone=Asia/Shanghai&allowPublicKeyRetrieval=true&nullCatalogMeansCurrent=true
|
|
|
username: root
|
|
|
password: PA55W0RD
|
|
|
|
|
@@ -62,8 +62,8 @@ spring:
|
|
|
redis:
|
|
|
host: 47.107.29.61
|
|
|
port: 6379
|
|
|
- database: 0
|
|
|
-# password: 123456
|
|
|
+ database: 2
|
|
|
+ password: FF@QWQiopY.1
|
|
|
|
|
|
---
|
|
|
|
|
@@ -146,7 +146,7 @@ spring:
|
|
|
admin:
|
|
|
|
|
|
client:
|
|
|
- url: http://47.107.28.221:${server.port}/${spring.boot.admin.co ntext-path}
|
|
|
+ url: http://47.107.29.61:${server.port}/${spring.boot.admin.co ntext-path}
|
|
|
instance:
|
|
|
service-host-type: IP
|
|
|
|
|
@@ -220,8 +220,8 @@ feifan:
|
|
|
- ${spring.boot.admin.context-path}/**
|
|
|
- ${management.endpoints.web.base-path}/**
|
|
|
pay:
|
|
|
- order-notify-url: http://zxgz.newfeifan.cn/admin-api/pay/notify/order
|
|
|
- refund-notify-url: http://zxgz.newfeifan.cn/admin-api/pay/notify/refund
|
|
|
+ order-notify-url: https://hk.letcgo.com/admin-api/pay/notify/order
|
|
|
+ refund-notify-url: https://hk.letcgo.com/admin-api/pay/notify/refund
|
|
|
access-log:
|
|
|
enable: false
|
|
|
error-code:
|