From 7a1968741c10b51614684962a03d2d63377a8a49 Mon Sep 17 00:00:00 2001
From: zhanghua <314079846@qq.com>
Date: 星期一, 24 十一月 2025 16:21:17 +0800
Subject: [PATCH] Merge branch '互联网' of http://42.193.1.25:9521/r/~qirong/qyspzw into 互联网
---
ruoyi-admin/src/main/resources/application-prod.yml | 27 +++++++++++++++++++++------
1 files changed, 21 insertions(+), 6 deletions(-)
diff --git a/ruoyi-admin/src/main/resources/application-prod.yml b/ruoyi-admin/src/main/resources/application-prod.yml
index 49018d9..2304ebc 100644
--- a/ruoyi-admin/src/main/resources/application-prod.yml
+++ b/ruoyi-admin/src/main/resources/application-prod.yml
@@ -46,12 +46,12 @@
# url: jdbc:mysql://123.207.71.245:13306/qysp?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
# username: root
# password: 234#Wersdf!
- url: jdbc:mysql://80.36.32.176:3306/qysp?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
- username: root
- password: 234#Wersdf!
-# url: jdbc:mysql://51.9.57.211:3306/qysp?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
+# url: jdbc:mysql://80.36.32.176:3306/qysp?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
# username: root
# password: 234#Wersdf!
+ url: jdbc:mysql://51.9.57.211:17633/qysp?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
+ username: root
+ password: 234#Wersdf!
# url: jdbc:mysql://172.35.50.34:3306/qysp?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8&autoReconnect=true&rewriteBatchedStatements=true&allowPublicKeyRetrieval=true
# username: root
# password: 234#Wersdf!
@@ -105,7 +105,7 @@
spring.data:
redis:
# 鍦板潃
- host: 80.36.32.176
+ host: 127.0.0.1
# 绔彛锛岄粯璁や负6379
port: 6379
password: 234#Wersdf!
@@ -268,7 +268,22 @@
--- #ftp锛岄儴缃插摢鎹㈠摢涓狪P
ftp:
- url: 51.9.57.211
+ url: 172.35.50.34
username: admin #鏈満锛歠tpup
passwd: 234#Wersdf!
path: /
+
+rzt:
+ url: https://rio.rztcd.cn:10443/ebus/dzpt
+ paasid: dzpt
+ paastoken: 918257370522ee561b5a69836a653d26
+ agentid: 1000414 # web绔厤缃�
+ corpId: wwa1a67ed0008261d9 # web绔渶瑕侀厤缃�
+ corpSecret: 0-tcfpQGWhaVEQrnJYh0rnNuxigvTQcxMB7suHjfduo
+
+management:
+ endpoints:
+ web:
+ exposure:
+ include: none
+ enabled-by-default: false
--
Gitblit v1.8.0