Add configurable temporary directory

This commit is contained in:
Egor Kislitsyn 2020-09-16 23:21:13 +04:00
commit e52dd62e14
No known key found for this signature in database
GPG key ID: 1B49CB15B71E7805
3 changed files with 14 additions and 2 deletions

View 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.