Skip to content

Commit

Permalink
doc: no trailing slash expected for MAP_VIEW_BASE_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ludovicm67 committed Nov 26, 2024
1 parent 17d3baa commit 87cce12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ If you want to persist the data, you can mount a volume to the `/home/qlever/dat

The custom image for the UI also offers some environment variables to customize the behavior:

- `MAP_VIEW_BASE_URL`: The base URL for the map view. Default is `""`, which will not display any button to open the map view.
- `MAP_VIEW_BASE_URL`: The base URL for the map view without trailing slash. Default is `""`, which will not display any button to open the map view.

## Relevant information about the QLever

Expand Down
2 changes: 1 addition & 1 deletion local.env
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ QLEVER_UI_UI_CONFIG=data
QLEVER_UI_UI_PORT=7002

# Configure the base URL for the map view
MAP_VIEW_BASE_URL=http://localhost:7003/
MAP_VIEW_BASE_URL=http://localhost:7003
2 changes: 1 addition & 1 deletion olympics.env
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ QLEVER_UI_UI_CONFIG=olympics
QLEVER_UI_UI_PORT=7002

# Configure the base URL for the map view
MAP_VIEW_BASE_URL=http://localhost:7003/
MAP_VIEW_BASE_URL=http://localhost:7003

0 comments on commit 87cce12

Please sign in to comment.