diff options
author | rinpatch <rinpatch@sdf.org> | 2020-06-23 15:52:57 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-07-15 15:26:35 +0300 |
commit | 9df59189747620c60173e6a67f8721971f123efd (patch) | |
tree | f2bcdbb2b26bdca4a8852a282eca5ad7ae0a6ea6 | |
parent | 37f1e781cb19594a6534efbc4d28e793d5960915 (diff) | |
download | pleroma-9df59189747620c60173e6a67f8721971f123efd.tar.gz |
config.exs: make gun the default again
-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 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, |