Skip to content

Commit 9860701

Browse files
author
Rinke Hoekstra
committed
Fixed quotes around PORT
1 parent 6009618 commit 9860701

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ In short, it is a very lightweight Python-based alternative to Pubby (with a sli
6565
| `QUERY_RESULTS_LIMIT` | Integer | `5000` | Set query results limit because otherwise your browser might crash. | both |
6666
| `BROWSE_EXTERNAL_URIS` | `True`, `False` | `True` | Browse URIs that do not match the `DEFAULT_BASE`. This allows for browsing resources from different namespaces within the same endpoint store. | both |
6767
| `DEREFERENCE_EXTERNAL_URIS` | `True`, `False` | `False` | Dereference external URIs (i.e. retrieve RDF served at that location, and display the resource). This may be slow, depending on the responsiveness of the server at hand. Also, the resulting RDF is stored locally (in memory) which means that this is a potential memory hog for servers that are visited frequently. | both |
68-
| 'PORT' | Integer | `5000` | The port via which to run brwsr | both (but needs care when using Docker) |
68+
| `PORT` | Integer | `5000` | The port via which to run brwsr | both (but needs care when using Docker) |
6969
| `DEBUG` | `True`, `False` | `False` | Switch on debug logging | both |
7070
| `SPARQL_METHOD` | `GET`, `POST` | `GET` | Set the HTTP method to use for communicating with SPARQL endpoint. | both
7171
| `CUSTOM_PARAMETERS` | Dictionary | `{'reasoning': True}` | Set any custom parameters to be sent to the SPARQL endpoint, e.g. `CUSTOM_PARAMETERS = {'reasoning': 'true'}` for Stardog | only `config.py` |

0 commit comments

Comments
 (0)