Skip to content

Commit

Permalink
remove references to Finto SPARQL endpoint from Docker example config…
Browse files Browse the repository at this point in the history
… files
  • Loading branch information
osma committed Mar 15, 2021
1 parent f7987d3 commit 6335b56
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions dockerfiles/config/config-docker-compose.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
# SPARQL endpoint
# a local Fuseki server is usually on localhost:3030
skosmos:sparqlEndpoint <http://fuseki-cache:80/skosmos/sparql> ;
# use the dev.finto.fi endpoint where the example vocabularies reside
# skosmos:sparqlEndpoint <http://api.dev.finto.fi/sparql> ;
# sparql-query extension, or "Generic" for plain SPARQL 1.1
# set to "JenaText" instead if you use Fuseki with jena-text index
skosmos:sparqlDialect "JenaText" ;
Expand Down
2 changes: 0 additions & 2 deletions dockerfiles/config/config-docker.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
# SPARQL endpoint
# a local Fuseki server is usually on localhost:3030
skosmos:sparqlEndpoint <http://localhost:3030/skosmos/sparql> ;
# use the dev.finto.fi endpoint where the example vocabularies reside
# skosmos:sparqlEndpoint <http://api.dev.finto.fi/sparql> ;
# sparql-query extension, or "Generic" for plain SPARQL 1.1
# set to "JenaText" instead if you use Fuseki with jena-text index
skosmos:sparqlDialect "JenaText" ;
Expand Down

0 comments on commit 6335b56

Please sign in to comment.