[#1062] added option to disable send email
This commit is contained in:
parent
b00620b378
commit
12b1454245
10 changed files with 200 additions and 8 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue