From 87cce123528ef102acb1527869010f9a878a3fdd Mon Sep 17 00:00:00 2001 From: Ludovic Muller Date: Tue, 26 Nov 2024 14:42:02 +0100 Subject: [PATCH] doc: no trailing slash expected for MAP_VIEW_BASE_URL --- README.md | 2 +- local.env | 2 +- olympics.env | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6c2367..0e57056 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/local.env b/local.env index 5c8c4fd..e22603e 100644 --- a/local.env +++ b/local.env @@ -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 diff --git a/olympics.env b/olympics.env index e2a9d92..16e9326 100644 --- a/olympics.env +++ b/olympics.env @@ -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