partial commit of smtp creds - no secrets here

bookstack
micro 2 years ago
parent 247cd15a7e
commit 2900955585

@ -30,8 +30,8 @@ config :mobilizon, :instance,
demo: false,
allow_relay: true,
federating: true,
email_from: System.get_env("MOBILIZON_INSTANCE_EMAIL", "noreply@mobilizon.lan"),
email_reply_to: System.get_env("MOBILIZON_REPLY_EMAIL", "noreply@mobilizon.lan")
email_from: System.get_env("MOBILIZON_INSTANCE_EMAIL", "woodbine@celehner.com"),
email_reply_to: System.get_env("MOBILIZON_REPLY_EMAIL", "woodbine.events@celehner.com")
config :mobilizon, Mobilizon.Storage.Repo,
adapter: Ecto.Adapters.Postgres,
@ -51,9 +51,9 @@ config :mobilizon, Mobilizon.Web.Email.Mailer,
tls: :if_available,
allowed_tls_versions: [:tlsv1, :"tlsv1.1", :"tlsv1.2"],
ssl: System.get_env("MOBILIZON_SMTP_SSL", "false"),
retries: 1,
retries: 2,
no_mx_lookups: false,
auth: :if_available
auth: :always
config :geolix,
databases: [

Loading…
Cancel
Save