diff options
author | Rin Toshaka <rinpatch@sdf.org> | 2019-01-02 17:16:26 +0100 |
---|---|---|
committer | Rin Toshaka <rinpatch@sdf.org> | 2019-01-02 17:16:26 +0100 |
commit | 5142b50f39b91c7de1a1c06c5038e7d9984d97de (patch) | |
tree | dde5ceca290c3ab634a9ec0f63f255b74f952139 | |
parent | 90e157ef803296989b41d1fbfb5096b39320f75d (diff) | |
download | pleroma-5142b50f39b91c7de1a1c06c5038e7d9984d97de.tar.gz |
reserve /media
-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 90e3a4aec..47ed8d260 100644 --- a/config/config.exs +++ b/config/config.exs @@ -249,7 +249,8 @@ config :pleroma, Pleroma.User, "auth", "proxy", "dev", - "internal" + "internal", + "media" ] # Import environment specific config. This must remain at the bottom |