X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=9a9fbb436ac79aef02252559ec623f66a67f4cc8;hb=2860c66e88df6746b5ede2cfecf2392abf004fd2;hp=d15998715296f48eb58408314c566e326505ab9c;hpb=984897810956c723a48f49bf8e097471527ebd38;p=akkoma diff --git a/config/config.exs b/config/config.exs index d15998715..9a9fbb436 100644 --- a/config/config.exs +++ b/config/config.exs @@ -171,7 +171,8 @@ 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, proxy_url: nil,