chore: 修改本地文件存储路径

This commit is contained in:
AgAngle 2023-11-30 21:06:26 +08:00 committed by 刘瑞斌
parent 7ef9c3a7e8
commit a928ca8a83
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ public class LocalRepositoryDir {
/**
* 本地存储文件的根目录
*/
private static final String ROOT_DIR = "/opt/metersphere/data/app";
private static final String ROOT_DIR = "/tmp/metersphere";
/**
* 系统级别资源的根目录
*/