From 2f21b7bf86c32daa5ecb6b886d0952480e95fdf0 Mon Sep 17 00:00:00 2001 From: Eloi Ferrer Date: Fri, 6 Oct 2023 13:25:08 +0000 Subject: [PATCH] fix sparql endpoint url --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8abc60e..0118d74 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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}