mirror of
				https://github.com/dromara/RuoYi-Vue-Plus.git
				synced 2025-11-04 16:23:42 +08:00 
			
		
		
		
	文件路径,使用jvm系统变量,兼容windows和linux;
This commit is contained in:
		@@ -8,8 +8,8 @@ ruoyi:
 | 
				
			|||||||
  copyrightYear: 2019
 | 
					  copyrightYear: 2019
 | 
				
			||||||
  # 实例演示开关
 | 
					  # 实例演示开关
 | 
				
			||||||
  demoEnabled: true
 | 
					  demoEnabled: true
 | 
				
			||||||
  # 文件路径 示例( Windows配置D:/ruoyi/uploadPath,Linux配置 /home/ruoyi/uploadPath)
 | 
					  # 文件路径,使用jvm系统变量,兼容windows和linux;
 | 
				
			||||||
  profile: D:/ruoyi/uploadPath
 | 
					  profile: ${user.home}/ruoyi/uploadPath
 | 
				
			||||||
  # 获取ip地址开关
 | 
					  # 获取ip地址开关
 | 
				
			||||||
  addressEnabled: false
 | 
					  addressEnabled: false
 | 
				
			||||||
  # 验证码类型 math 数组计算 char 字符验证
 | 
					  # 验证码类型 math 数组计算 char 字符验证
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user