forked from AkkomaGang/akkoma
Add default mail adapter settings to config
This commit is contained in:
parent
dc39d8d3fb
commit
d5a1e08bf1
1 changed files with 2 additions and 0 deletions
|
@ -378,6 +378,8 @@
|
|||
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"
|
||||
|
|
Loading…
Reference in a new issue