Skip to content

Commit

Permalink
Merge pull request #403 from MaRDI4NFDI/correct_sparql_endpoint
Browse files Browse the repository at this point in the history
Fix sparql endpoint url
  • Loading branch information
eloiferrer authored Oct 6, 2023
2 parents be245e7 + 2f21b7b commit ad19860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ services:
- IMPORTER_CRON_ENABLE=${IMPORTER_CRON_ENABLE:-false}
- IMPORTER_AGENT=${IMPORTER_AGENT}
- MEDIAWIKI_API_URL=http://mardi-wikibase/w/api.php
- SPARQL_ENDPOINT_URL='http://query.portal.mardi4nfdi.de/proxy/wdqs/bigdata/namespace/wdq/sparql'
- SPARQL_ENDPOINT_URL=http://query.portal.mardi4nfdi.de/proxy/wdqs/bigdata/namespace/wdq/sparql
- WIKIBASE_URL=http://mardi-wikibase
- IMPORTER_USER=${IMPORTER_USER}
- IMPORTER_PASS=${IMPORTER_PASS}
Expand Down

0 comments on commit ad19860

Please sign in to comment.