File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
java/com/lts/web/repository
lts-startup/lts-startup-admin/src/main/resources/conf Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public class HsqlRepository {
1717 private AtomicBoolean init = new AtomicBoolean (false );
1818
1919 public HsqlRepository () {
20- String monitorDBPath = AppConfigurer .getProperties ("monitor.db .path" , Constants .USER_HOME )
20+ String monitorDBPath = AppConfigurer .getProperties ("lts.admin.data .path" , Constants .USER_HOME )
2121 + "/.lts/hsqldb/lts-admin" ;
2222
2323 if (init .compareAndSet (false , true )) {
Original file line number Diff line number Diff line change @@ -27,5 +27,5 @@ configs.mongo.database=lts
2727# configs.mongo.username=xxx #如果有的话
2828# configs.mongo.password=xxx #如果有的话
2929
30- # monitor 数据的db路径 ,默认是用户目录
31- # monitor.db .path=~
30+ # LTS-Admin数据存放目录 ,默认是用户目录
31+ # lts.admin.data .path=~
Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ configs.mongo.database=lts
2929# configs.mongo.username=xxx #如果有的话
3030# configs.mongo.password=xxx #如果有的话
3131
32- # monitor 数据的db路径 ,默认是用户目录
33- # monitor.db .path=~
32+ # LTS-Admin数据存放目录 ,默认是用户目录
33+ # lts.admin.data .path=~
3434
You can’t perform that action at this time.
0 commit comments