From 2ed92e62e4b10c95bd2f8b5c751b009b83fc11db Mon Sep 17 00:00:00 2001
From: liulin <lin.liu@88.com>
Date: 星期五, 11 七月 2025 14:02:47 +0800
Subject: [PATCH] 修改资源上传路径

---
 src/main/resources/application-prod.yml |    4 ++++
 src/main/resources/application-test.yml |    8 ++++++++
 2 files changed, 12 insertions(+), 0 deletions(-)

diff --git a/src/main/resources/application-prod.yml b/src/main/resources/application-prod.yml
index f6f0b73..fb8c703 100644
--- a/src/main/resources/application-prod.yml
+++ b/src/main/resources/application-prod.yml
@@ -36,6 +36,10 @@
     root: info
     com.lunhan.water.host: debug
 
+file:
+  uploadBasicPath: ./logs/upload/
+  fileBasicUrl: https://www.huiwuyuntong.com/water-ration-beta/upload
+  disturbStr: com.lunhan.water
 
 mqtt:
   host: 113.250.189.120
diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml
index dd39a84..67793e5 100644
--- a/src/main/resources/application-test.yml
+++ b/src/main/resources/application-test.yml
@@ -37,6 +37,14 @@
     com.lunhan.water.host: DEBUG
     com.lunhan.water.service: DEBUG
 
+file:
+  uploadBasicPath: ./logs/upload/
+  fileBasicUrl: https://www.huiwuyuntong.com/water-ration-beta/upload
+  disturbStr: com.lunhan.water
+
+
+
+
 # quartz定时任务配置
 quartz:
   # 是否启用

--
Gitblit v1.9.3