瀏覽代碼

Config: Default to Hackney again

Gun needs some server setting changes (files) and has problems with
OTP 23 (wildcards), so use Hackney as a default again for now.
1570-levenshtein-distance-user-search
lain 4 年之前
父節點
當前提交
ac31f687c0
共有 1 個檔案被更改,包括 2 行新增1 行删除
  1. +2
    -1
      config/config.exs

+ 2
- 1
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,


Loading…
取消
儲存