X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=cb3ee531ccd3c84597aab04f5fba74906db8bb48;hb=d2cb18b2a342b990cc47dfdc42adb843c3db1b5e;hp=e337f00aaa02a65d46d73b21741db7bfb6f3bfdd;hpb=d1549a6375a1c5a4a4915241df266665b7d99360;p=akkoma diff --git a/config/config.exs b/config/config.exs index e337f00aa..cb3ee531c 100644 --- a/config/config.exs +++ b/config/config.exs @@ -498,6 +498,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,