aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/config.exs8
1 files changed, 1 insertions, 7 deletions
diff --git a/config/config.exs b/config/config.exs
index 34b516e02..601d9e227 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -186,13 +186,7 @@ config :pleroma, :mrf_simple,
reject: [],
accept: []
-config :pleroma, :media_proxy,
- enabled: false,
- # base_url: "https://cache.pleroma.social",
- proxy_opts: [
- # inline_content_types: [] | false | true,
- # http: [:insecure]
- ]
+config :pleroma, :media_proxy, enabled: false
config :pleroma, :chat, enabled: true