Skip to content

Commit

Permalink
[Added]: Properties to application.properties for successful instanti…
Browse files Browse the repository at this point in the history
…ation of QaldEvaluator
  • Loading branch information
dschiese committed Jun 12, 2024
1 parent 0980ad2 commit 0a3e6a0
Showing 1 changed file with 7 additions and 4 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=mysecret
virtuoso.url=jdbc:virtuoso://localhost:1111
virtuoso.username=dba
virtuoso.password=dba


### changing CORS behavior
Expand All @@ -132,4 +132,7 @@ springdoc.api-docs.path=/api-docs
#cors.global.addAllowedOriginPattern=
#cors.global.endpointPattern=


server.uri=
qanary.component.ner=
qanary.component.ned=
qanary.component.configuration=

0 comments on commit 0a3e6a0

Please sign in to comment.