Explorar o código

Add configuration comments

Arkadiusz Ryś %!s(int64=2) %!d(string=hai) anos
pai
achega
8c21dd396a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      data/configuration.toml

+ 2 - 2
data/configuration.toml

@@ -1,6 +1,6 @@
 endpoint_sparql = "http://127.0.0.1:3030/Drivetrain/sparql" # Fuseki SPARQL endpoint for the drivetrain
-#endpoint_sparql = "http://127.0.0.1:8000/"
-#endpoint_sparql = "https://fuseki.rys.app/example/"
+#endpoint_sparql = "http://127.0.0.1:8000/" # Fuseki SPARQL endpoint (default spendpoint dev uri)
+#endpoint_sparql = "https://fuseki.rys.app/example/" # Deployement endpoint
 example_prefix = '''
 PREFIX xsd:  <http://www.w3.org/2001/XMLSchema#>
 PREFIX rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#>