From b84fc1807a6ce71f4d10cdb10da186abc5dcc173 Mon Sep 17 00:00:00 2001
From: 无关风月 <443237572@qq.com>
Date: 星期五, 19 九月 2025 19:37:21 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 ruoyi-admin/src/main/resources/application-test.yml |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/ruoyi-admin/src/main/resources/application-test.yml b/ruoyi-admin/src/main/resources/application-test.yml
index b03fdda..a0ed1ba 100644
--- a/ruoyi-admin/src/main/resources/application-test.yml
+++ b/ruoyi-admin/src/main/resources/application-test.yml
@@ -65,7 +65,7 @@
   devtools:
     restart:
       # 热部署开关
-      enabled: true
+      enabled: false
   # redis 配置
   redis:
     # 地址
@@ -221,6 +221,15 @@
     bucketAddr:
     rootSrc:
     location: /clean
+
+# 阿里云对象存储
+oss:
+  accessKeyId: LTAI5tNW8B4CYP1WK7yS3bfW
+  accessKeySecret: 9RrPDLd7wh4VGCjXxD8ULIdKiuY5Ly
+  upload-endpoint: https://oss-cn-chengdu.aliyuncs.com
+  download-endpoint: https://zhpt-oss.oss-cn-chengdu.aliyuncs.com
+  bucketName: zhpt
+  folder: shehongchengtou
 sms:
   enable: true
   appId: 1400957506

--
Gitblit v1.7.1