diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-06-24 09:12:32 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-06-24 09:12:32 +0300 |
commit | 721fc7c554425ccc7df693776c282c30e95ae2bb (patch) | |
tree | 44b38cd35bfba81ebfa7d3794fdf2c0acb971515 /config/config.exs | |
parent | b4a502fc8b0f7efb1ef973548fec20661038a18a (diff) | |
download | pleroma-721fc7c554425ccc7df693776c282c30e95ae2bb.tar.gz |
added wrapper Pleroma.HTTP for Tzdata.HTTPClient
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/config.exs b/config/config.exs index a81ffcd3b..bd559c835 100644 --- a/config/config.exs +++ b/config/config.exs @@ -695,6 +695,8 @@ config :pleroma, :mrf, transparency: true, transparency_exclusions: [] +config :tzdata, :http_client, Pleroma.HTTP.Tzdata + # Import environment specific config. This must remain at the bottom # of this file so it overrides the configuration defined above. import_config "#{Mix.env()}.exs" |