From 5eeac9f272d1228a328cdae46961834f168f5086 Mon Sep 17 00:00:00 2001
From: huangzhen <867217663@qq.com>
Date: 星期四, 22 二月 2024 16:57:05 +0800
Subject: [PATCH] 增加设备异常短信接收人
---
src/main/resources/config/application-online-uat.yaml | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/main/resources/config/application-online-uat.yaml b/src/main/resources/config/application-online-uat.yaml
index 5d4a69f..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:
#基础路径
--
Gitblit v1.9.2