chore: 更新配置文件路径和端口

main
zch 2 months ago
parent d666bf3737
commit 5a874b21f0

@ -7,7 +7,7 @@ ruoyi:
# 版权年份
copyrightYear: 2026
# 文件路径 示例( Windows配置D:/ruoyi/uploadPathLinux配置 /home/ruoyi/uploadPath
profile: /usr/HwWeb/uploadPath
profile: /home/ruoyi/uploadPath
# 获取ip地址开关
addressEnabled: false
# 验证码类型 math 数字计算 char 字符验证
@ -16,7 +16,7 @@ ruoyi:
# 开发环境配置
server:
# 服务器的HTTP端口默认为8080
port: 9081
port: 6698
servlet:
# 应用的访问路径
context-path: /

Loading…
Cancel
Save