aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-06-01 13:35:39 +0200
committerlain <lain@soykaf.club>2020-06-01 13:35:39 +0200
commitac31f687c0fbe06251257acb72b67146b472d22f (patch)
tree36737eb6e5697863cf9aef305c38e61a3b2f5898
parente96765df6b04fe5e9766271a9c62e559392758b2 (diff)
downloadpleroma-ac31f687c0fbe06251257acb72b67146b472d22f.tar.gz
Config: Default to Hackney again
Gun needs some server setting changes (files) and has problems with OTP 23 (wildcards), so use Hackney as a default again for now.
-rw-r--r--config/config.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs
index d15998715..9a9fbb436 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -171,7 +171,8 @@ config :mime, :types, %{
"application/ld+json" => ["activity+json"]
}
-config :tesla, adapter: Tesla.Adapter.Gun
+config :tesla, adapter: Tesla.Adapter.Hackney
+
# Configures http settings, upstream proxy etc.
config :pleroma, :http,
proxy_url: nil,