forked from AkkomaGang/akkoma
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:
parent
eaaf701319
commit
53f56039e5
1 changed files with 1 additions and 7 deletions
|
@ -186,13 +186,7 @@
|
||||||
reject: [],
|
reject: [],
|
||||||
accept: []
|
accept: []
|
||||||
|
|
||||||
config :pleroma, :media_proxy,
|
config :pleroma, :media_proxy, enabled: false
|
||||||
enabled: false,
|
|
||||||
# base_url: "https://cache.pleroma.social",
|
|
||||||
proxy_opts: [
|
|
||||||
# inline_content_types: [] | false | true,
|
|
||||||
# http: [:insecure]
|
|
||||||
]
|
|
||||||
|
|
||||||
config :pleroma, :chat, enabled: true
|
config :pleroma, :chat, enabled: true
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue