diff options
author | Maksim <parallel588@gmail.com> | 2019-07-10 05:34:21 +0000 |
---|---|---|
committer | kaniini <nenolod@gmail.com> | 2019-07-10 05:34:21 +0000 |
commit | 12b1454245fc2efba22d5633f65539dac727ee3d (patch) | |
tree | 32253756380f31002c726caa8782ab3e634d25c4 /config/config.exs | |
parent | b00620b378fea818bcbde49b70548a574b706796 (diff) | |
download | pleroma-12b1454245fc2efba22d5633f65539dac727ee3d.tar.gz pleroma-12b1454245fc2efba22d5633f65539dac727ee3d.zip |
[#1062] added option to disable send email
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 09681f122..0d3419102 100644 --- a/config/config.exs +++ b/config/config.exs @@ -501,7 +501,7 @@ config :ueberauth, config :pleroma, :auth, oauth_consumer_strategies: oauth_consumer_strategies -config :pleroma, Pleroma.Emails.Mailer, adapter: Swoosh.Adapters.Sendmail +config :pleroma, Pleroma.Emails.Mailer, adapter: Swoosh.Adapters.Sendmail, enabled: false config :prometheus, Pleroma.Web.Endpoint.MetricsExporter, path: "/api/pleroma/app_metrics" |