Browse Source

Remove media proxy examples in config/config.exs

1. this was overriding the real defaults
2. it's documented in `config/config.md`
tags/v0.9.9
href 5 years ago
parent
commit
53f56039e5
No known key found for this signature in database GPG Key ID: EE8296C1A152C325
1 changed files with 1 additions and 7 deletions
  1. +1
    -7
      config/config.exs

+ 1
- 7
config/config.exs 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



Loading…
Cancel
Save