X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=63e386250022cb901e48e6f62c5635814f992e8d;hb=1fb9452131721456adf2c19c513e6343f64825a7;hp=2c614236033863a8560fbeae068f54eb0c24fe51;hpb=20137056900f97af34f4433858cbdf69be6c9840;p=akkoma diff --git a/config/config.exs b/config/config.exs index 2c6142360..63e386250 100644 --- a/config/config.exs +++ b/config/config.exs @@ -551,6 +551,7 @@ config :pleroma, Oban, queues: [ activity_expiration: 10, token_expiration: 5, + backup: 1, federator_incoming: 50, federator_outgoing: 50, ingestion_queue: 50, @@ -830,6 +831,11 @@ 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, + dir: nil + # 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"