diff options
| author | lain <lain@soykaf.club> | 2020-07-31 10:50:45 +0200 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-07-31 10:50:45 +0200 |
| commit | 7bcd2e948ea5cc59ad0a40e2840be86650f0995e (patch) | |
| tree | 4c387e350e638be03fe9c387858bb1fd825082fc /config | |
| parent | ac0a8dfdd46b1823cace7fb798d669e8ca7b5dac (diff) | |
| download | pleroma-7bcd2e948ea5cc59ad0a40e2840be86650f0995e.tar.gz pleroma-7bcd2e948ea5cc59ad0a40e2840be86650f0995e.zip | |
Config: Default to Hackney again
Gun is still acting up.
Diffstat (limited to 'config')
| -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 857e0afbb..d31208c25 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.Gun +config :tesla, adapter: Tesla.Adapter.Hackney # Configures http settings, upstream proxy etc. config :pleroma, :http, |
