diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 0871639..42f504f 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -3,12 +3,12 @@ spring.mvc.servlet.path=/rest/ server.port=18115 #more paths is allowed and delimiter is ";". However it is important to mentions editor expect unique URI of ontologies. -scriptPaths=/home/jordan/IdeaProjects/s-pipes-newgen/src/test/resources/scripts_test/sample -engineurl=http://localhost:8080/s-pipes/ -scriptRules=/home/jordan/IdeaProjects/s-pipes-newgen/src/main/resources/rules/SHACL +scriptPaths=src/test/resources/scripts_test/sample +engineurl=http://localhost:8081/s-pipes/ +scriptRules=../s-pipes/src/main/resources/rules/SHACL rdf4j.repositoryUrl=http://localhost:8080/rdf4j-server/repositories rdf4j.workbenchUrlRepository=http://localhost:8080/rdf4j-workbench/repositories/s-pipes-hello-world rdf4j.repositoryName=s-pipes-hello-world -rdf4j.pConfigURL=/home/jordan/IdeaProjects/s-pipes/doc/examples/hello-world/config.ttl +rdf4j.pConfigURL=../s-pipes/doc/examples/hello-world/config.ttl rdf4j.driver=cz.cvut.kbss.ontodriver.sesame.SesameDataSource \ No newline at end of file