|
@@ -9,8 +9,8 @@ ruoyi:
|
|
|
# 实例演示开关
|
|
|
demoEnabled: true
|
|
|
# 文件路径,使用jvm系统变量,兼容windows和linux;
|
|
|
-# profile: ${user.dir}/lineage/uploadPath
|
|
|
- profile: D:/lineage/uploadPath
|
|
|
+# profile: /usr/app/lineage/AppUploadPath
|
|
|
+ profile: D:/lineage/AppUploadPath
|
|
|
# 获取ip地址开关
|
|
|
addressEnabled: false
|
|
|
# 验证码类型 math 数组计算 char 字符验证
|