diff options
author | lain <lain@soykaf.club> | 2018-12-05 21:27:56 +0100 |
---|---|---|
committer | lain <lain@soykaf.club> | 2018-12-05 21:27:56 +0100 |
commit | 76d6b1c6ab2813b1fb8f4473e4d722cc32fb2fed (patch) | |
tree | 5308f2d4c169085dfbe22a95a86c5271e4285ace /config/config.exs | |
parent | 3ea4476445a5e9b6ec1625d7caa537f79254e9d0 (diff) | |
parent | 5f0c2372bc8be3763b649b13ee142c273583329e (diff) | |
download | pleroma-76d6b1c6ab2813b1fb8f4473e4d722cc32fb2fed.tar.gz pleroma-76d6b1c6ab2813b1fb8f4473e4d722cc32fb2fed.zip |
Merge remote-tracking branch 'origin' into follower-hiding
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index 12f47389c..8d2fdd40d 100644 --- a/config/config.exs +++ b/config/config.exs @@ -72,6 +72,7 @@ config :mime, :types, %{ config :pleroma, :websub, Pleroma.Web.Websub config :pleroma, :ostatus, Pleroma.Web.OStatus config :pleroma, :httpoison, Pleroma.HTTP +config :tesla, adapter: Tesla.Adapter.Hackney # Configures http settings, upstream proxy etc. config :pleroma, :http, proxy_url: nil |