fix(config): rollback Mailer tls setting to :never by default

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2023-09-07 12:41:42 +02:00
parent 7e4934513a
commit 3d63c12e88
No known key found for this signature in database
GPG key ID: A061B9DDE0CA0773

View file

@ -123,7 +123,7 @@ config :mobilizon, Mobilizon.Web.Email.Mailer,
# can be `true`
# ssl: false,
# can be `:always` or `:never`
tls: :if_available,
tls: :never,
allowed_tls_versions: [:tlsv1, :"tlsv1.1", :"tlsv1.2"],
tls_options: [
verify: :verify_peer,