From e752b8834e034957ff9ffdc33eb8b3f8ee15c8ed Mon Sep 17 00:00:00 2001 From: maven <2163098428@qq.com> Date: 星期四, 21 八月 2025 16:49:05 +0800 Subject: [PATCH] yys 修改配置文件,新增模块 --- ruoyi-admin/src/main/resources/application-prod.yml.example | 16 +++++++++------- 1 files changed, 9 insertions(+), 7 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application-druid.yml.example b/ruoyi-admin/src/main/resources/application-prod.yml.example similarity index 89% rename from ruoyi-admin/src/main/resources/application-druid.yml.example rename to ruoyi-admin/src/main/resources/application-prod.yml.example index df74201..362e962 100644 --- a/ruoyi-admin/src/main/resources/application-druid.yml.example +++ b/ruoyi-admin/src/main/resources/application-prod.yml.example @@ -10,9 +10,9 @@ # mysql # url: jdbc:mysql://124.220.0.228:3300/ruoyi-java?useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=true&serverTimezone=GMT%2B8 # pg - url: jdbc:postgresql://lunor.cn:5431/ruoyi-java - username: test - password: chj123456 + url: jdbc:postgresql://114.132.189.42:5432/zd_production + username: postgres + password: bYD#nM+-BiLb # 浠庡簱鏁版嵁婧� slave: # 浠庢暟鎹簮寮�鍏�/榛樿鍏抽棴 @@ -64,11 +64,13 @@ config: multi-statement-allow: true +# 鍏徃鏈嶅姟鍣� minio minio: - endpoint: lunor.cn - port: 9000 + endpoint: http://114.132.189.42/ + port: 7019 secure: false accessKey: admin - secretKey: Admin123! + secretKey: 12345678 preview-expiry: 24 # 棰勮鍦板潃榛樿24灏忔椂 - default-bucket: ruoyi # 榛樿瀛樺偍妗� \ No newline at end of file + default-bucket: ruoyi-zd # 榛樿瀛樺偍妗� + -- Gitblit v1.9.3