mirror of
https://github.com/YunoHost-Apps/mobilizon_ynh.git
synced 2024-09-03 19:46:19 +02:00
Update prod.exs
This commit is contained in:
parent
6f79bba5a5
commit
97fe07c961
1 changed files with 5 additions and 4 deletions
|
@ -27,9 +27,9 @@ config :mobilizon, Mobilizon.Storage.Repo,
|
||||||
|
|
||||||
config :mobilizon, MobilizonWeb.Email.Mailer,
|
config :mobilizon, MobilizonWeb.Email.Mailer,
|
||||||
adapter: Bamboo.SMTPAdapter,
|
adapter: Bamboo.SMTPAdapter,
|
||||||
server: "localhost",
|
server: "127.0.0.1",
|
||||||
hostname: "localhost",
|
hostname: "127.0.0.1",
|
||||||
port: 587,
|
port: 465,
|
||||||
# or {:system, "SMTP_USERNAME"}
|
# or {:system, "SMTP_USERNAME"}
|
||||||
username: nil,
|
username: nil,
|
||||||
# or {:system, "SMTP_PASSWORD"}
|
# or {:system, "SMTP_PASSWORD"}
|
||||||
|
@ -42,7 +42,8 @@ config :mobilizon, MobilizonWeb.Email.Mailer,
|
||||||
ssl: false,
|
ssl: false,
|
||||||
retries: 1,
|
retries: 1,
|
||||||
# can be `true`
|
# can be `true`
|
||||||
no_mx_lookups: false
|
no_mx_lookups: false,
|
||||||
|
auth: :never
|
||||||
|
|
||||||
# Do not print debug messages in production
|
# Do not print debug messages in production
|
||||||
#config :logger, level: System.get_env("MOBILIZON_LOGLEVEL") |> String.to_atom() || :info
|
#config :logger, level: System.get_env("MOBILIZON_LOGLEVEL") |> String.to_atom() || :info
|
||||||
|
|
Loading…
Add table
Reference in a new issue