From 9e3437f2c480a9070e4fccef5a29b17b2d35e0c4 Mon Sep 17 00:00:00 2001 From: Miroslav Blasko Date: Thu, 23 Nov 2023 10:05:41 +0100 Subject: [PATCH] [Upd] Update defaults configuration values --- src/main/resources/config.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/config.properties b/src/main/resources/config.properties index acbe1cc0..7fad1ea0 100644 --- a/src/main/resources/config.properties +++ b/src/main/resources/config.properties @@ -1,16 +1,16 @@ # Driver to manage triple stores driver=cz.cvut.kbss.ontodriver.rdf4j.Rdf4jDataSource # URL of repository that holds main data of the application -repositoryUrl=http://localhost:8080/rdf4j-server/repositories/record-manager-app +repositoryUrl=http://localhost:7200/repositories/record-manager-app # URL of repository where output and configuration of form-generator should be held -formGenRepositoryUrl=http://localhost:8080/rdf4j-server/repositories/record-manager-formgen +formGenRepositoryUrl=http://localhost:7200/repositories/record-manager-formgen # REST endpoint of form generator service formGenServiceUrl=http://localhost:8080/s-pipes/service?_pId=transform&sgovRepositoryUrl=https%3A%2F%2Fgraphdb.onto.fel.cvut.cz%2Frepositories%2Fkodi-slovnik-gov-cz # Option to pass sameSite attribute for set-cookie headers. Possible values are None,Lax,Strict. In case of None value also attribute "Secure;" is added. security.sameSite= # Url of the website for password reset emails. e.g. https://study.com/ (must have "/" at the end) -appContext=http://localhost:8081/record-manager +appContext=http://localhost:3000/record-manager # SMTP host smtp.host=smtp.gmail.com