Compare commits

...

2 Commits

Author SHA1 Message Date
bd64dd7c37 Solved case bug 2023-12-20 22:52:56 +01:00
ca178dfc72 Removed typo 2023-12-20 21:40:17 +01:00

View File

@ -19,6 +19,6 @@ PEERTUBE_SMTP_PASSWORD={{system_email_password}}
PEERTUBE_SMTP_HOSTNAME={{system_email_host}}
PEERTUBE_SMTP_PORT={{system_email_smtp_port}}
PEERTUBE_SMTP_FROM={{system_email}}
PEERTUBE_SMTP_TLS={{ system_email_tls | upper }}}
PEERTUBE_SMTP_TLS={{ system_email_tls | lower }}
PEERTUBE_SMTP_DISABLE_STARTTLS={{ 'false' if system_email_start_tls else 'true' }}
PEERTUBE_ADMIN_EMAIL={{system_email}}