We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbe3cfa commit 8454951Copy full SHA for 8454951
LocalSettings.d/production/WikibaseConfig.php
@@ -1,4 +1,7 @@
1
<?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';
5
6
$wgWBRepoSettings['formatterUrlProperty']='P10';
7
@@ -915,4 +918,4 @@
915
918
$wgWBQualityConstraintsAsMainValueId = 'Q6486550'; // Q54828448
916
919
$wgWBQualityConstraintsAsQualifiersId = 'Q6486551'; // Q54828449
917
920
$wgWBQualityConstraintsAsReferencesId = 'Q6486552'; // Q54828450
-}
921
+}
0 commit comments