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
e0b70d6848
commit
11e0d1b727
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue