修改配置文件

This commit is contained in:
wkc
2026-03-05 11:05:41 +08:00
parent 5af6f236f0
commit 190c7b096e
4 changed files with 10 additions and 11 deletions

View File

@@ -1,4 +1,9 @@
# 开发环境配置
ruoyi:
# 文件路径 示例( Windows配置D:/ruoyi/uploadPathLinux配置 /home/ruoyi/uploadPath
profile: D:/ruoyi/uploadPath
server:
# 服务器的HTTP端口默认为8080
port: 8080

View File

@@ -6,8 +6,6 @@ ruoyi:
version: 3.9.1
# 版权年份
copyrightYear: 2026
# 文件路径 示例( Windows配置D:/ruoyi/uploadPathLinux配置 /home/ruoyi/uploadPath
profile: D:/ruoyi/uploadPath
# 获取ip地址开关
addressEnabled: false
# 验证码类型 math 数字计算 char 字符验证