Config: Default to Hackney again
authorlain <lain@soykaf.club>
Mon, 1 Jun 2020 11:35:39 +0000 (13:35 +0200)
committerlain <lain@soykaf.club>
Mon, 1 Jun 2020 11:35:39 +0000 (13:35 +0200)
Gun needs some server setting changes (files) and has problems with
OTP 23 (wildcards), so use Hackney as a default again for now.

config/config.exs

index d15998715296f48eb58408314c566e326505ab9c..9a9fbb436ac79aef02252559ec623f66a67f4cc8 100644 (file)
@@ -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,