chore: 修改本地文件存储路径
This commit is contained in:
parent
7ef9c3a7e8
commit
a928ca8a83
|
@ -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";
|
||||
/**
|
||||
* 系统级别资源的根目录
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue