diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-03-16 15:39:34 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-03-16 15:39:34 -0500 |
commit | b17d8d305f5e9bf25644fd9b3457a965e3a5c001 (patch) | |
tree | 2a7619986c794366b81279658325835e9c2d033c | |
parent | bf474ca3c154544b54720ea23c06191e68f32522 (diff) | |
download | pleroma-b17d8d305f5e9bf25644fd9b3457a965e3a5c001.tar.gz |
Enable Gun adapter by default
We need devs to dogfood this before we merge it into the 2.1 release
-rw-r--r-- | config/config.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs index 3ec1868b2..154eda48a 100644 --- a/config/config.exs +++ b/config/config.exs @@ -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, |