Skip to content

Commit

Permalink
correct sparql endpoint for importer
Browse files Browse the repository at this point in the history
  • Loading branch information
eloiferrer committed Oct 6, 2023
1 parent 63145cc commit b00b74b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ services:

importer:
restart: ${RESTART}
environment:
- SPARQL_ENDPOINT_URL=http://wdqs-proxy.svc/bigdata/namespace/wdq/sparql

importer-api:
ports:
Expand Down
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://wdqs-proxy.svc/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 b00b74b

Please sign in to comment.