fix(docker): fix getting default value for MOBILIZON_SMTP_SSL env
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
7d725bd942
commit
126727bf58
@ -58,7 +58,7 @@ config :mobilizon, Mobilizon.Web.Email.Mailer,
|
|||||||
server_name_indication: ~c"#{System.get_env("MOBILIZON_SMTP_SERVER", "localhost")}",
|
server_name_indication: ~c"#{System.get_env("MOBILIZON_SMTP_SERVER", "localhost")}",
|
||||||
depth: 99
|
depth: 99
|
||||||
],
|
],
|
||||||
ssl: System.get_env("MOBILIZON_SMTP_SSL", false),
|
ssl: System.get_env("MOBILIZON_SMTP_SSL", "false"),
|
||||||
retries: 1,
|
retries: 1,
|
||||||
no_mx_lookups: false,
|
no_mx_lookups: false,
|
||||||
auth: :if_available
|
auth: :if_available
|
||||||
|
Loading…
Reference in New Issue
Block a user