forked from AkkomaGang/akkoma
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 @@
|
|||
"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