Skip to content

Commit

Permalink
Revert "Workaround for proxy issue"
Browse files Browse the repository at this point in the history
This reverts commit b9c9261.
  • Loading branch information
Mark A. Matienzo committed Dec 3, 2019
1 parent 9bd6493 commit 237aa18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions conf/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@ queries.statement = "CONSTRUCT WHERE {?s <http://www.w3.org/2002/07/owl#versionI
queries.collection = "CONSTRUCT WHERE {<http://rightsstatements.org/vocab/collection-%1$s/%2$s/> <http://www.w3.org/2002/07/owl#versionInfo> \"%2$s\" . <http://rightsstatements.org/vocab/collection-%1$s/%2$s/> ?p ?o }"
queries.localize = "CONSTRUCT {?s ?p ?o} WHERE {?s ?p ?o . FILTER(!isLiteral(?o) || lang(?o) = \"\" || langMatches(lang(?o), \"%1$s\" ))}"
languages.available = "en de es et fi hi fr pl"
# workaround for conostix proxy issue
source.site.http = "https://rightsstatements.netlify.com"
source.site.http = "https://rightsstatements.org"

0 comments on commit 237aa18

Please sign in to comment.