projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eaaf701
)
Remove media proxy examples in config/config.exs
author
href
<href@random.sh>
Thu, 3 Jan 2019 19:20:11 +0000
(20:20 +0100)
committer
href
<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
patch
|
blob
|
history
diff --git
a/config/config.exs
b/config/config.exs
index 34b516e02f983eedacf96bb6caf9a11948b966ad..601d9e22765c2d71d963879a7b06889d138e6c90 100644
(file)
--- a/
config/config.exs
+++ b/
config/config.exs
@@
-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