Skip to content
Snippets Groups Projects
Verified Commit 53f56039 authored by href's avatar href
Browse files

Remove media proxy examples in config/config.exs

1. this was overriding the real defaults
2. it's documented in `config/config.md`
parent eaaf7013
No related branches found
No related tags found
No related merge requests found
......@@ -186,13 +186,7 @@
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment