diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index c8e85a5..33d49e1 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -3,9 +3,9 @@ spring: active: datasource: driver-class-name: com.mysql.cj.jdbc.Driver - url: jdbc:mysql://60.209.125.238:32006/paymentplat - username: root - password: Djy@Mysql.test + url: jdbc:mysql://rm-m5e06xxqpa68a68ry5o.mysql.rds.aliyuncs.com/paymentplat + username: rulesengine_admin + password: Rule1qaz2wsx!QAZ server: port: 7118 logging: @@ -23,7 +23,7 @@ weixinpay: apiV3Key: DongShengCharge20231204145800V01 appId: wx029d5994ace18575 noticeUrl: https://wechat.myshipping.net:8860/payment/onlinecharge/pushnotice - djyNoticeUrl: http://60.209.125.238:30801/Interface/CompChargeCallBack.ashx + djyNoticeUrl: http://47.104.73.97:8654/Interface/CompChargeCallBack.ashx alipay: gatewayUrl: https://openapi.alipay.com/gateway.do appId: 2021002159639156 @@ -35,4 +35,5 @@ alipay: alipayRootCertPath: D:/DjyPaymentPlat/alipaykey/alipayRootCert.crt signType: RSA2 noticeUrl: https://wechat.myshipping.net:8860/payment/onlinecharge/pushalinotice - djyNoticeUrl: http://60.209.125.238:30801/Interface/CompChargeCallBack.ashx + djyNoticeUrl: http://47.104.73.97:8654/Interface/CompChargeCallBack.ashx +