Remove media proxy examples in config/config.exs
authorhref <href@random.sh>
Thu, 3 Jan 2019 19:20:11 +0000 (20:20 +0100)
committerhref <href@random.sh>
Thu, 3 Jan 2019 19:22:22 +0000 (20:22 +0100)
1. this was overriding the real defaults
2. it's documented in `config/config.md`

config/config.exs

index 34b516e02f983eedacf96bb6caf9a11948b966ad..601d9e22765c2d71d963879a7b06889d138e6c90 100644 (file)
@@ -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