1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/leantime_ynh.git synced 2024-09-03 19:36:04 +02:00
This commit is contained in:
Éric Gaspar 2023-10-12 09:04:26 +02:00
parent 03731d2493
commit c8efbfbc65
2 changed files with 3 additions and 2 deletions

View file

@ -59,12 +59,12 @@ LEAN_EMAIL_SMTP_AUTH = true # SMTP authentication require
LEAN_EMAIL_SMTP_USERNAME = '__APP__' # SMTP username LEAN_EMAIL_SMTP_USERNAME = '__APP__' # SMTP username
LEAN_EMAIL_SMTP_PASSWORD = '__MAIL_PWD__' # SMTP password 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_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_SECURE = 'STARTTLS' # 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. LEAN_EMAIL_SMTP_SSLNOVERIFY = false # SMTP Allow insecure SSL: Don't verify certificate, accept self-signed, etc.
LEAN_EMAIL_SMTP_PORT = '25' # Port (usually one of 25, 465, 587, 2526) LEAN_EMAIL_SMTP_PORT = '25' # Port (usually one of 25, 465, 587, 2526)
## Ldap ## Ldap
LEAN_LDAP_USE_LDAP = false # Set to true if you want to use LDAP LEAN_LDAP_USE_LDAP = true # Set to true if you want to use LDAP
LEAN_LDAP_LDAP_TYPE = 'OL' # Select the correct directory type. Currently Supported: OL - OpenLdap, AD - Active Directory LEAN_LDAP_LDAP_TYPE = 'OL' # Select the correct directory type. Currently Supported: OL - OpenLdap, AD - Active Directory
LEAN_LDAP_HOST = '127.0.0.1' # FQDN LEAN_LDAP_HOST = '127.0.0.1' # FQDN
LEAN_LDAP_PORT = 389 # Default Port LEAN_LDAP_PORT = 389 # Default Port

View file

@ -51,6 +51,7 @@ ram.runtime = "50M"
autoupdate.asset = "Leantime-v.*.zip" autoupdate.asset = "Leantime-v.*.zip"
[resources.system_user] [resources.system_user]
allow_email = true
[resources.install_dir] [resources.install_dir]