Use to_string/1 instead of :binary.list_to_bin/1
[akkoma] / config / config.exs
index 09023e2c335c6a32520de50450537e185dd20457..0e12d6e15f58f2bf4e13a7a2bc0dab43664c3529 100644 (file)
@@ -820,7 +820,8 @@ config :pleroma, Pleroma.Web.Auth.Authenticator, Pleroma.Web.Auth.PleromaAuthent
 
 config :pleroma, Pleroma.Backup,
   purge_after_days: 30,
-  limit_days: 7
+  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.