提交代码
This commit is contained in:
@@ -1,4 +1,18 @@
|
||||
# 开发环境配置
|
||||
# 项目相关配置
|
||||
solution:
|
||||
# 名称
|
||||
name: solution
|
||||
# 版本
|
||||
version: 3.9.1
|
||||
# 版权年份
|
||||
copyrightYear: 2026
|
||||
# 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
|
||||
profile: D:/tools/uploadPath
|
||||
# 获取ip地址开关
|
||||
addressEnabled: false
|
||||
# 验证码类型 math 数字计算 char 字符验证
|
||||
captchaType: math
|
||||
# 开发环境配置
|
||||
server:
|
||||
# 服务器的HTTP端口,默认为8080
|
||||
port: 1777
|
||||
|
||||
Reference in New Issue
Block a user