X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=bd559c835578ff9f77d9c765824f88247cebb4f2;hb=89e5b2046bd15b3fead7a6194a2b9cecd2fedbd3;hp=a81ffcd3b9ed77e65613824585d3b1d0b64a7c35;hpb=c7d69e925664ce7125c3938c298d72e94a2a1349;p=akkoma 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"