Remove media proxy examples in config/config.exs

1. this was overriding the real defaults
2. it's documented in `config/config.md`
This commit is contained in:
href 2019-01-03 20:20:11 +01:00
parent eaaf701319
commit 53f56039e5
No known key found for this signature in database
GPG Key ID: EE8296C1A152C325
1 changed files with 1 additions and 7 deletions

View 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