From 1013deeabf27bc988bee4756f1b4aaf05fe05ef9 Mon Sep 17 00:00:00 2001 From: zhanghan11 Date: Fri, 9 Aug 2024 17:07:44 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E9=A1=B9=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tzipc-server/tzipc-admin/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tzipc-server/tzipc-admin/src/main/resources/application.yml b/tzipc-server/tzipc-admin/src/main/resources/application.yml index b536071..cf1527c 100644 --- a/tzipc-server/tzipc-admin/src/main/resources/application.yml +++ b/tzipc-server/tzipc-admin/src/main/resources/application.yml @@ -9,13 +9,13 @@ tzipc: # 实例演示开关 demoEnabled: true # 文件路径 示例( Windows配置D:/inspur/uploadPath,Linux配置 /home/inspur/uploadPath) - profile: D:/inspur/uploadPath + profile: D:/tzipc/uploadPath # 获取ip地址开关 addressEnabled: false # 验证码类型 math 数组计算 char 字符验证 captchaType: math # 自定义参数,判定是云端还是工控机端,云端-cloud,工控机端-client,其他-other - model: client1 + model: cloud1 # 开发环境配置 server: