Use to_string/1 instead of :binary.list_to_bin/1
[akkoma] / config / config.exs
index 1f10167e5b6f335f3637b45d3d3b806cda9bdc84..0e12d6e15f58f2bf4e13a7a2bc0dab43664c3529 100644 (file)
@@ -818,6 +818,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"