From 5e860707a21dc6441339bdf08da0726fbd888df3 Mon Sep 17 00:00:00 2001 From: Miroslav Blasko Date: Wed, 29 Nov 2023 19:47:30 +0100 Subject: [PATCH] [Upd] Improve documentation within .env file --- deploy/internal-auth/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy/internal-auth/.env b/deploy/internal-auth/.env index 22f3898a..5067df71 100644 --- a/deploy/internal-auth/.env +++ b/deploy/internal-auth/.env @@ -1,7 +1,7 @@ -# Public origin of URL where Record Manager UI will run, e.g. https://kbss.fel.cvut.cz, https://kbss.fel.cvut.cz:8080, http://localhost. +# Public origin of URL where Record Manager UI will run, e.g. https://kbss.fel.cvut.cz, https://kbss.fel.cvut.cz:8080, http://localhost. ! This option can be used only with running reverse proxy pointing to http://localhost:$INTERNAL_HOST_PORT/record-manager ! #PUBLIC_ORIGIN=http://localhost -# Path to root Record Manager application (by default it is set to "/record-manager") +# Path to root Record Manager application (by default it is set to "/record-manager") ! This option can be used only with running reverse proxy pointing to http://localhost:$INTERNAL_HOST_PORT/record-manager ! #RECORD_MANAGER_ROOT_PATH=/record-manager-example # Prefix for name of all docker containers