From db0dadcb28bef302492f52d771a6769c76040192 Mon Sep 17 00:00:00 2001 From: wangshuai Date: Thu, 18 Jul 2024 19:00:52 +0800 Subject: [PATCH] =?UTF-8?q?1=EF=BC=8C=E5=9B=BE=E7=89=87=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=E5=99=A8=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/application.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 1167539..0eee4cb 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -7,13 +7,13 @@ ruoyi: # 版权年份 copyrightYear: 2024 # 文件路径 示例( Windows配置 F:/home/youshi/uploadPath,Linux配置 /home/ruoyi/uploadPath) - profile: F:/home/youshi/uploadPath + profile: /home/ruoyi/uploadPath # 获取ip地址开关 addressEnabled: false # 验证码类型 math 数字计算 char 字符验证 captchaType: math # 根路径地址 - baseUrl: http://localhost/dev-api + baseUrl: https://youshi.bj.cn/prod-api # 开发环境配置 server: