mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-02-02 18:07:43 +01:00
MAILER_SECURE changed to MAILER_SECURITY
Version 2.7.4 had a breaking change, MAILER_SECURE was renamed to MAILER_SECURITY and contains a string now with possible values: none, tls, or starttls https://joplinapp.org/changelog_server/#server-v2-7-4-https-github-com-laurent22-joplin-releases-tag-server-v2-7-4-2022-02-02t19-23-34z https://discourse.joplinapp.org/t/breaking-change-on-mailer-configuration-in-joplin-server-2-7/23464
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
"MAILER_NOREPLY_EMAIL": "str?",
|
||||
"MAILER_NOREPLY_NAME": "str?",
|
||||
"MAILER_PORT": "int?",
|
||||
"MAILER_SECURE": "int?",
|
||||
"MAILER_SECURITY": "str?",
|
||||
"POSTGRES_DATABASE": "str?",
|
||||
"POSTGRES_HOST": "str?",
|
||||
"POSTGRES_PASSWORD": "str?",
|
||||
|
||||
Reference in New Issue
Block a user