Skip to content

Commit

Permalink
More docs
Browse files Browse the repository at this point in the history
  • Loading branch information
epoz committed Dec 3, 2024
1 parent e86d6f1 commit 32610ea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ When set to 1, more debug info is printed to the logs.
docker run -e DEBUG=1 --rm ghcr.io/epoz/shmarql:latest
```

## SPARQL_QUERY_UI

Default is 1

When set to 0, does not display a browsable SPARQL UI on the /sparql endpoint.

## ENDPOINT

The address of a SPARQL triplestore to which queries are made. eg.
Expand Down
1 change: 1 addition & 0 deletions src/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ nav:
- Introduction: index.md
- Advanced Searching: fizzysearch.md
- Configuration:
- List of Configuration Options: configuration.md
- With existing websites: proxy.md
- Using other triplestores: endpoints.md

0 comments on commit 32610ea

Please sign in to comment.