From 53f56039e5486e429f3f0675936fc0f28225c272 Mon Sep 17 00:00:00 2001 From: href Date: Thu, 3 Jan 2019 20:20:11 +0100 Subject: [PATCH] Remove media proxy examples in config/config.exs 1. this was overriding the real defaults 2. it's documented in `config/config.md` --- config/config.exs | 8 +------- 1 file changed, 1 insertion(+), 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