From: rinpatch Date: Tue, 23 Jun 2020 12:52:57 +0000 (+0300) Subject: config.exs: make gun the default again X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=9df59189747620c60173e6a67f8721971f123efd;p=akkoma config.exs: make gun the default again --- diff --git a/config/config.exs b/config/config.exs index dfc7a99d1..30b5e83bd 100644 --- a/config/config.exs +++ b/config/config.exs @@ -172,7 +172,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,