mirror of
https://github.com/opennetworkinglab/onos.git
synced 2026-05-05 12:16:13 +02:00
Revert PersistenceManager change to use karaf data directory
Change-Id: Icc43b4e5718e1834cf93ddcd042bdac2a8a524a8
This commit is contained in:
parent
337159c4c7
commit
44d8fbbe9c
@ -46,8 +46,8 @@ import static org.slf4j.LoggerFactory.getLogger;
|
||||
@Service
|
||||
public class PersistenceManager implements PersistenceService {
|
||||
|
||||
private static final String DATABASE_PATH = System.getProperty("karaf.data", "./data/localDB");
|
||||
private static final String ENCLOSING_FOLDER = System.getProperty("karaf.data", "./data");
|
||||
private static final String DATABASE_PATH = "../data/localDB";
|
||||
private static final String ENCLOSING_FOLDER = "../data";
|
||||
|
||||
static final String MAP_PREFIX = "map:";
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user