修改配置

This commit is contained in:
haozq 2025-10-24 10:38:20 +08:00
parent 20c661066b
commit 0f79ed3844
1 changed files with 4 additions and 4 deletions

View File

@ -7,23 +7,23 @@ bonus:
# 版权年份
copyrightYear: 2025
# 文件路径 示例( Windows配置D:/bonus/uploadPathLinux配置 /home/bonus/uploadPath
profile: D:/bonus/uploadPath
profile: /home/bonus/uploadPath
# 获取ip地址开关
addressEnabled: false
# 验证码类型 math 数字计算 char 字符验证
captchaType: math
sql:
filePath: E:/bonus/filePath
filePath: D:/bonus/filePath
schemaName: smart_archives_dev
# 开发环境配置
server:
# 服务器的HTTP端口默认为8080
port: 8080
port: 58080
servlet:
# 应用的访问路径
context-path: /smartArchives
context-path: /caption
tomcat:
# tomcat的URI编码
uri-encoding: UTF-8