X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=a1a510a65c72d431b8d282bee273ccf8b38ed85f;hb=eae991b06a22bf7fc3eef7a0d5b409c931c1f6cb;hp=99b500993c7284c72723a5e284f1e12374bbc060;hpb=db75288b71e7531f8e5033f56fc0b9a7d1d8efb3;p=akkoma diff --git a/config/config.exs b/config/config.exs index 99b500993..a1a510a65 100644 --- a/config/config.exs +++ b/config/config.exs @@ -504,6 +504,14 @@ config :pleroma, Pleroma.ScheduledActivity, total_user_limit: 300, enabled: true +config :pleroma, :email_notifications, + digest: %{ + active: false, + schedule: "0 0 * * 0", + interval: 7, + inactivity_threshold: 7 + } + config :pleroma, :oauth2, token_expires_in: 600, issue_new_refresh_token: true,