Add default mail adapter settings to config

This commit is contained in:
Mark Felder 2019-03-31 17:46:17 -05:00
parent dc39d8d3fb
commit d5a1e08bf1
1 changed files with 2 additions and 0 deletions

View File

@ -378,6 +378,8 @@ config :pleroma, :ldap,
base: System.get_env("LDAP_BASE") || "dc=example,dc=com",
uid: System.get_env("LDAP_UID") || "cn"
config :pleroma, Pleroma.Mailer, adapter: Swoosh.Adapters.Sendmail
# Import environment specific config. This must remain at the bottom
# of this file so it overrides the configuration defined above.
import_config "#{Mix.env()}.exs"