diff options
-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 |