Skip to content

Commit

Permalink
[Upd] Update defaults configuration values
Browse files Browse the repository at this point in the history
  • Loading branch information
blcham committed Nov 23, 2023
1 parent 5fd9a49 commit 9e3437f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/config.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9e3437f

Please sign in to comment.