Skip to content

Commit

Permalink
[kbss-cvut/s-pipes-editor-ui#31] Change application.properties to ena…
Browse files Browse the repository at this point in the history
…ble portable development
  • Loading branch information
kostobog committed Aug 11, 2023
1 parent 6038a55 commit 473a6a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 473a6a6

Please sign in to comment.