X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=09023e2c335c6a32520de50450537e185dd20457;hb=3ad7492f9dd1c76cdbc64ad2246f8e9c8c5c4ae6;hp=1f10167e5b6f335f3637b45d3d3b806cda9bdc84;hpb=a0ad9bd734e9af0ce912c32c7480a60ff87a4368;p=akkoma diff --git a/config/config.exs b/config/config.exs index 1f10167e5..09023e2c3 100644 --- a/config/config.exs +++ b/config/config.exs @@ -818,6 +818,10 @@ config :floki, :html_parser, Floki.HTMLParser.FastHtml config :pleroma, Pleroma.Web.Auth.Authenticator, Pleroma.Web.Auth.PleromaAuthenticator +config :pleroma, Pleroma.Backup, + purge_after_days: 30, + limit_days: 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"