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
41190b9d55
commit
03731d2493
1 changed files with 4 additions and 4 deletions
|
@ -52,12 +52,12 @@ LEAN_S3_FOLDER_NAME = '' # Foldername within S3 (can b
|
|||
LEAN_S3_END_POINT = null # S3 EndPoint S3 Compatible (https://sfo2.digitaloceanspaces.com)
|
||||
|
||||
## Email
|
||||
LEAN_EMAIL_RETURN = '' # Return email address, needs to be valid email address format
|
||||
LEAN_EMAIL_USE_SMTP = false # Use SMTP? If set to false, the default php mail() function will be used
|
||||
LEAN_EMAIL_RETURN = 'leantime@__DOMAIN__' # Return email address, needs to be valid email address format
|
||||
LEAN_EMAIL_USE_SMTP = true # Use SMTP? If set to false, the default php mail() function will be used
|
||||
LEAN_EMAIL_SMTP_HOSTS = 'localhost' # SMTP host
|
||||
LEAN_EMAIL_SMTP_AUTH = true # SMTP authentication required
|
||||
LEAN_EMAIL_SMTP_USERNAME = '' # SMTP username
|
||||
LEAN_EMAIL_SMTP_PASSWORD = '' # SMTP password
|
||||
LEAN_EMAIL_SMTP_USERNAME = '__APP__' # SMTP username
|
||||
LEAN_EMAIL_SMTP_PASSWORD = '__MAIL_PWD__' # SMTP password
|
||||
LEAN_EMAIL_SMTP_AUTO_TLS = true # SMTP Enable TLS encryption automatically if a server supports it
|
||||
LEAN_EMAIL_SMTP_SECURE = '' # SMTP Security protocol (usually one of: TLS, SSL, STARTTLS)
|
||||
LEAN_EMAIL_SMTP_SSLNOVERIFY = false # SMTP Allow insecure SSL: Don't verify certificate, accept self-signed, etc.
|
||||
|
|
Loading…
Add table
Reference in a new issue