Help:$smwgSparqlEndpoint

From semantic-mediawiki.org

Placeholder for 1 which consolidates the settings:

$smwgSparqlQueryEndpoint" = "http://localhost:8080/sparql/";
$smwgSparqlUpdateEndpoint" = "http://localhost:8080/update/";
$smwgSparqlDataEndpoint" = "http://localhost:8080/data/";

to

$smwgSparqlEndpoint = [
   'query' => "http://localhost:8080/sparql/",,
   'update' => "http://localhost:8080/update/",
   'data' => "http://localhost:8080/data/"
]

See also[edit]

References

  1. ^  Semantic MediaWiki: GitHub pull request gh:smw:3315