diff options
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index 1a9738cff..eeaaedf48 100644 --- a/config/config.exs +++ b/config/config.exs @@ -468,6 +468,14 @@ config :pleroma, Pleroma.ScheduledActivity, total_user_limit: 300, enabled: true +config :pleroma, :email_notifications, + digest: %{ + active: true, + schedule: "0 0 * * 0", + interval: 7, + inactivity_threshold: 7 + } + # 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" |