Enable Gun adapter by default

We need devs to dogfood this before we merge it into the 2.1 release
This commit is contained in:
Mark Felder 2020-03-16 15:39:34 -05:00
parent bf474ca3c1
commit b17d8d305f
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,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,
proxy_url: nil,