Browse Source

Merge branch 'deactivate-gun-again' into 'develop'

Config: Default to Hackney again

See merge request pleroma/pleroma!2821
chore/update-floki-find-usage
lain 3 years ago
parent
commit
a1a43f39dc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      config/config.exs

+ 1
- 1
config/config.exs View File

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


Loading…
Cancel
Save