projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf474ca
)
Enable Gun adapter by default
author
Mark Felder
<feld@FreeBSD.org>
Mon, 16 Mar 2020 20:39:34 +0000
(15:39 -0500)
committer
Mark Felder
<feld@FreeBSD.org>
Mon, 16 Mar 2020 20:39:34 +0000
(15:39 -0500)
We need devs to dogfood this before we merge it into the 2.1 release
config/config.exs
patch
|
blob
|
history
diff --git
a/config/config.exs
b/config/config.exs
index 3ec1868b200c920e19285dab849720357ffd9529..154eda48a00007b852137679b8f6e611d28a6d98 100644
(file)
--- a/
config/config.exs
+++ b/
config/config.exs
@@
-170,7
+170,7
@@
config :mime, :types, %{
"application/ld+json" => ["activity+json"]
}
-config :tesla, adapter: Tesla.Adapter.
Hackney
+config :tesla, adapter: Tesla.Adapter.
Gun
# Configures http settings, upstream proxy etc.
config :pleroma, :http,
proxy_url: nil,