From 88842e75f97a6adb3b50433d3c948b67b7046544 Mon Sep 17 00:00:00 2001 From: Miroslav Blasko Date: Fri, 27 Oct 2023 23:33:02 +0200 Subject: [PATCH] [Fix] Revert unwanted change of confing-core.properties Related to commit a989317d89afbd3ce9d9ce46449f67a8b830b090 --- s-pipes-core/src/main/resources/config-core.properties | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/s-pipes-core/src/main/resources/config-core.properties b/s-pipes-core/src/main/resources/config-core.properties index b09a80b7..cab4e8c3 100644 --- a/s-pipes-core/src/main/resources/config-core.properties +++ b/s-pipes-core/src/main/resources/config-core.properties @@ -1,11 +1,8 @@ -audit.resourcesPath=/home/blcha/projects/19kodi/sforms/.spipes +audit.resourcesPath=/scripts/.spipes audit.enable=true -contexts.scriptPaths=/home/blcha/projects/kbss/git/s-pipes-modules;/home/blcha/projects/23ava/git/ava-model/data; -contextsLoader.data.keepUpdated=true +contexts.scriptPaths=/scripts +contextsLoader.data.keepUpdated=false execution.exitOnError=false execution.checkValidationConstraints=true execution.configUrl= -execution.environment=development -execution.developmentServiceUrl=http://localhost:8080/s-pipes compatibility.loadSparqlMotionFiles=false -#execution.tempDirectoryPath= \ No newline at end of file