mirror of
https://github.com/YunoHost-Apps/leantime_ynh.git
synced 2024-09-03 19:36:04 +02:00
Update .env
This commit is contained in:
parent
8ea56a786e
commit
d65a7e36bc
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue