From 99e40d36882f79773b69194a8ecd93d59419c7c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 8 May 2023 19:29:02 +0200 Subject: [PATCH] Update .env --- conf/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env b/conf/.env index 7c5e034..45b7775 100644 --- a/conf/.env +++ b/conf/.env @@ -3,7 +3,7 @@ ## Minimum Configuration, these are required for installation -LEAN_APP_URL = '__DOMAIN__' # Base URL, only needed for subfolder installation +LEAN_APP_URL = 'https://__DOMAIN__' # Base URL, only needed for subfolder installation LEAN_APP_URL_ROOT = '__PATH__' # Base of application withotu trailing slash (used for cookies), e.g, /leantime LEAN_DEBUG = 1 # Debug flag