Skip to content

Commit

Permalink
Update application.properties
Browse files Browse the repository at this point in the history
Remove local setup
  • Loading branch information
dschiese authored Jun 12, 2024
1 parent 0a3e6a0 commit 1aa43a9
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ springdoc.api-docs.path=/api-docs

### Virtuoso: if you choose to use the Virtuoso triplestore, then the following properties are required to create an instance of QanaryTripleStoreConnector
### see the class for additional configuration properties interpreted by Virtuoso
virtuoso.url=jdbc:virtuoso://localhost:1111
virtuoso.username=dba
virtuoso.password=dba
#virtuoso.url=jdbc:virtuoso://localhost:1111
#virtuoso.username=dba
#virtuoso.password=mysecret


### changing CORS behavior
Expand Down

0 comments on commit 1aa43a9

Please sign in to comment.