Skip to content

Commit 8454951

Browse files
authored
Configure internal SPARQL endpoint in Wikibase
Added configuration for internal SPARQL endpoint.
1 parent cbe3cfa commit 8454951

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

LocalSettings.d/production/WikibaseConfig.php

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<?php
2+
// bypass traefik router and use internal sparql endpoint
3+
// see https://github.com/MaRDI4NFDI/portal-k8s/issues/43
4+
$wgWBRepoSettings['sparqlEndpoint']='http://wdqs:9999/bigdata/namespace/wdq/sparql';
25

36
$wgWBRepoSettings['formatterUrlProperty']='P10';
47

@@ -915,4 +918,4 @@
915918
$wgWBQualityConstraintsAsMainValueId = 'Q6486550'; // Q54828448
916919
$wgWBQualityConstraintsAsQualifiersId = 'Q6486551'; // Q54828449
917920
$wgWBQualityConstraintsAsReferencesId = 'Q6486552'; // Q54828450
918-
}
921+
}

0 commit comments

Comments
 (0)