From d65a7e36bcb7dc3afc1fa1f3050a40e99c5fb87f 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:23:48 +0200 Subject: [PATCH] Update .env --- conf/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/.env b/conf/.env index a4e1f59..7c5e034 100644 --- a/conf/.env +++ b/conf/.env @@ -4,7 +4,7 @@ ## Minimum Configuration, these are required for installation LEAN_APP_URL = '__DOMAIN__' # Base URL, only needed for subfolder installation -LEAN_APP_URL_ROOT = '' # Base of application withotu trailing slash (used for cookies), e.g, /leantime +LEAN_APP_URL_ROOT = '__PATH__' # Base of application withotu trailing slash (used for cookies), e.g, /leantime LEAN_DEBUG = 1 # Debug flag @@ -21,7 +21,7 @@ LEAN_DB_PORT = '3306' # Database port ## Default Settings LEAN_SITENAME = 'Leantime' # Name of your site, can be changed later LEAN_LANGUAGE = '__LANGUAGE__' # Default language -LEAN_DEFAULT_TIMEZONE = 'America/Los_Angeles' # Set default timezone +LEAN_DEFAULT_TIMEZONE = '__TIMEZONE__' # Set default timezone LEAN_ENABLE_MENU_TYPE = false # Enable to specifiy menu on aproject by project basis LEAN_SESSION_PASSWORD = '3evBlq9zdUEuzKvVJHWWx3QzsQhturBApxwcws2m' #Salting sessions. Replace with a strong password LEAN_SESSION_EXPIRATION = 28800 # How many seconds after inactivity should we logout? 28800seconds = 8hours