X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=9b550920cb144e469eda74394f67079e133cce37;hb=d169e51b7e33808a82b314e1ec54d709088a55fb;hp=a81ffcd3b9ed77e65613824585d3b1d0b64a7c35;hpb=1471b70ef1550df91687276968108231f1bab604;p=akkoma diff --git a/config/config.exs b/config/config.exs index a81ffcd3b..9b550920c 100644 --- a/config/config.exs +++ b/config/config.exs @@ -434,6 +434,12 @@ config :pleroma, Pleroma.Web.Metadata, ], unfurl_nsfw: false +config :pleroma, Pleroma.Web.Preload, + providers: [ + Pleroma.Web.Preload.Providers.Instance, + Pleroma.Web.Preload.Providers.StatusNet + ] + config :pleroma, :http_security, enabled: true, sts: false, @@ -695,6 +701,10 @@ config :pleroma, :mrf, transparency: true, transparency_exclusions: [] +config :tzdata, :http_client, Pleroma.HTTP.Tzdata + +config :ex_aws, http_client: Pleroma.HTTP.ExAws + # 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"