config.exs: make gun the default again

This commit is contained in:
rinpatch 2020-06-23 15:52:57 +03:00
parent 37f1e781cb
commit 9df5918974
1 changed files with 1 additions and 1 deletions

View 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,