|
@@ -6,8 +6,8 @@ spring:
|
|
|
druid:
|
|
|
# 主库数据源
|
|
|
master:
|
|
|
- #url: jdbc:mysql://192.168.8.213:3306/twzd?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true
|
|
|
- url: jdbc:mysql://1.15.26.233:3307/twzd?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true
|
|
|
+ #url: jdbc:mysql://192.168.8.213:3306/jpcj?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true
|
|
|
+ url: jdbc:mysql://1.15.26.233:3307/jpcj?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true
|
|
|
username: root
|
|
|
password: miaxis110
|
|
|
# 从库数据源
|
|
@@ -97,10 +97,10 @@ wxpay:
|
|
|
merchantId: 1615410794
|
|
|
serialNumber: 5F85D69504B3B33DAF5A7C5B86A3E93915D3D5B0
|
|
|
v3key: 8604f2a6eb6338cfa64e7df4ec2c08b3
|
|
|
- notifyUrl: http://1.15.26.233:8080/twzd-admin/open-api/wx/notify/wxpay
|
|
|
- notifyUrlRefund: http://1.15.26.233:8080/twzd-admin/open-api/wx/notify/refund
|
|
|
- xcxNotifyUrl: http://1.15.26.233:8080/twzd-admin/open-api/wx/notify/xcxWxpay
|
|
|
- xcxNotifyUrlRefund: http://1.15.26.233:8080/twzd-admin/open-api/wx/notify/xcxRefund
|
|
|
+ notifyUrl: http://1.15.26.233:8080/jpcj-admin/open-api/wx/notify/wxpay
|
|
|
+ notifyUrlRefund: http://1.15.26.233:8080/jpcj-admin/open-api/wx/notify/refund
|
|
|
+ xcxNotifyUrl: http://1.15.26.233:8080/jpcj-admin/open-api/wx/notify/xcxWxpay
|
|
|
+ xcxNotifyUrlRefund: http://1.15.26.233:8080/jpcj-admin/open-api/wx/notify/xcxRefund
|
|
|
appId: wx67ca1b8c9816ef28
|
|
|
|
|
|
# 腾讯cos
|
|
@@ -108,9 +108,9 @@ cos:
|
|
|
secretId: AKIDwISNOFsJXYGjy89FJI9UnzuZFgTtRgFe
|
|
|
secretKey: IK5af8MJzPoKbdQxDCtKWR5T5PSEkyDB
|
|
|
bucket: ap-shanghai
|
|
|
- bucketName: twzd-1305573081
|
|
|
- path: https://twzd-1305573081.cos.ap-shanghai.myqcloud.com
|
|
|
- preffix: twzd-test
|
|
|
+ bucketName: jpcj-1305573081
|
|
|
+ path: https://jpcj-1305573081.cos.ap-shanghai.myqcloud.com
|
|
|
+ preffix: jpcj-test
|
|
|
|
|
|
|
|
|
# 分销二维码生成路径
|