From: lain Date: Mon, 1 Jun 2020 11:35:39 +0000 (+0200) Subject: Config: Default to Hackney again X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=ac31f687c0fbe06251257acb72b67146b472d22f;p=akkoma 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. --- 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,