From c6d30e55157e59fe7bb45f9eeaec904a8cf88ec4 Mon Sep 17 00:00:00 2001 From: KKSU <15274802129@163.com> Date: Mon, 02 Sep 2024 11:00:46 +0800 Subject: [PATCH] test和数据库连接 --- src/main/resources/application-prod.yml | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml index 89eeee5..2a7c554 100644 --- a/src/main/resources/application-prod.yml +++ b/src/main/resources/application-prod.yml @@ -66,7 +66,7 @@ debug: false wecharPaynotifyUrl: https://xcxapi.csyzyl.com/api/xcxPay/wxpayCallback wecharRechargePaynotifyUrl: https://xcxapi.csyzyl.com/api/xcxPay/rechargeCallBack - certLocalPath: /home/javaweb/webresource/yzyl/cert/apiclient_cert.p12 + certLocalPath: /home/yzylcert/apiclient_cert.p12 wecharpayMchid: 1676508272 wecharpaySecret: YYSC13875978057YYSC13875978057SH gaodeKey: 95ede7157929f5f6b6c758971be924b1 @@ -74,7 +74,7 @@ static: resource: - url: http://120.27.238.55:8382/file/ + url: https://file.csyzyl.com/file/ path: /home/javaweb/webresource/yzyl/file/ system: -- Gitblit v1.9.1