Skip to content

Commit 90cbd68

Browse files
committed
working on issues with Timbuctoo
1 parent d2bec9b commit 90cbd68

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jdk_11_maven/em/embedded/graphql/timbuctoo/src/main/java/em/embedded/nl/knaw/huygens/EmbeddedEvoMasterController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ public String startSut() {
8888
System.setProperty("dw.webhooks.dataSetUpdated", "http://localhost:3000");
8989
System.setProperty("dw.databases.databaseLocation",tmpFolder+"/datasets");
9090
System.setProperty("dw.databaseConfiguration.databasePath", tmpFolder+"/neo4j");
91-
System.setProperty("dw.dataSet.dataStorage.rootDir","/datasets");
91+
System.setProperty("dw.dataSet.dataStorage.rootDir",tmpFolder+"/datasets");
9292

9393

9494
try {

jdk_11_maven/em/external/graphql/timbuctoo/src/main/java/em/external/nl/knaw/huygens/ExternalEvoMasterController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ public String[] getJVMParameters() {
141141
"-Ddw.webhooks.dataSetUpdated=http://localhost:3000",
142142
"-Ddw.databases.databaseLocation="+tmpFolder+"/datasets",
143143
"-Ddw.databaseConfiguration.databasePath="+tmpFolder+"/neo4j",
144-
"-Ddw.dataSet.dataStorage.rootDir=/datasets",
144+
"-Ddw.dataSet.dataStorage.rootDir="+tmpFolder+"/datasets",
145145
"-Xmx8G"
146146
};
147147
}

0 commit comments

Comments
 (0)