diff options
author | Egor Kislitsyn <egor@kislitsyn.com> | 2020-09-16 23:21:13 +0400 |
---|---|---|
committer | Egor Kislitsyn <egor@kislitsyn.com> | 2020-10-07 18:34:30 +0400 |
commit | e52dd62e14a956a28a706124464f3ac4b985080d (patch) | |
tree | 319cab96827ef78068cb01f7b6838eafe25b1866 /config/config.exs | |
parent | 27bc121ec00a7b088030d6fb36c7e731f5b072b6 (diff) | |
download | pleroma-e52dd62e14a956a28a706124464f3ac4b985080d.tar.gz pleroma-e52dd62e14a956a28a706124464f3ac4b985080d.zip |
Add configurable temporary directory
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 09023e2c3..0e12d6e15 100644 --- a/config/config.exs +++ b/config/config.exs @@ -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. |