From 2dd2e7f54db7149965acaa11d933f85b31fbd59c Mon Sep 17 00:00:00 2001
From: huangzhen <867217663@qq.com>
Date: 星期二, 19 十二月 2023 16:54:00 +0800
Subject: [PATCH] 解决验收过程中出现的问题

---
 src/main/resources/config/application-online-uat.yaml |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/src/main/resources/config/application-online-uat.yaml b/src/main/resources/config/application-online-uat.yaml
index c465132..e9824a4 100644
--- a/src/main/resources/config/application-online-uat.yaml
+++ b/src/main/resources/config/application-online-uat.yaml
@@ -63,6 +63,11 @@
     externalAccessHeader: Access-Token
     externalAccessKey: HG0f40036fe7420230808150035407
 
+reportfile:
+  path:
+    #基础路径
+    dcPath: /home/gkhy/upload/fourierSpecialgasMonitor/
+    urlRootPath: /upload/
 file:
     path:
       #基础路径
@@ -91,6 +96,6 @@
 #测试环境 短信功能关闭,只在控制台上打印日志
 sms:
   send:
-    enabled: false
+    enabled: true
 
 

--
Gitblit v1.9.2