Help:$smwgSparqlEndpoint
From Linux Web Expert
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
- Example settings from the CI environment using
$smwgSparqlEndpoint
- Help:SPARQLStore
#scite
could not render a citation text for reference "gh:smw:3315" because type "pullrequest" was not assigned to a template.References
- ^ gh:smw:3315