config: 更新文件上传路径和验证码类型

- 修改文件上传路径为 /media/tao_iot/ruoyi/uploadPath
- 将验证码类型从 char 修改为 math
boardTest
zch 2 months ago
parent 9e541a2d8c
commit f3139dafc9

@ -9,11 +9,11 @@ ruoyi:
# 实例演示开关
demoEnabled: true
# 文件路径 示例( Windows配置D:/ruoyi/uploadPathLinux配置 /home/ruoyi/uploadPath
profile: /home/ruoyi/uploadPath
profile: /media/tao_iot/ruoyi/uploadPath
# 获取ip地址开关
addressEnabled: false
# 验证码类型 math 数字计算 char 字符验证
captchaType: char
captchaType: math
# 开发环境配置
server:

Loading…
Cancel
Save