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