mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-17 22:54:40 +00:00
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:
parent
bf474ca3c1
commit
b17d8d305f
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue