config.exs: make gun the default again
authorrinpatch <rinpatch@sdf.org>
Tue, 23 Jun 2020 12:52:57 +0000 (15:52 +0300)
committerrinpatch <rinpatch@sdf.org>
Wed, 15 Jul 2020 12:26:35 +0000 (15:26 +0300)
config/config.exs

index dfc7a99d198901645036162de83f7953c559383d..30b5e83bd432c585a97e0e954bce7d9f0606536d 100644 (file)
@@ -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,