X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=5b1c576e7a5edcf7aba348817ee7f6d38502beb4;hb=09c5991f82e91878a940f5957ac993e1fca72545;hp=a81ffcd3b9ed77e65613824585d3b1d0b64a7c35;hpb=98af7b59e478752e9e8294e03c3993f3145fd750;p=akkoma diff --git a/config/config.exs b/config/config.exs index a81ffcd3b..5b1c576e7 100644 --- a/config/config.exs +++ b/config/config.exs @@ -434,6 +434,14 @@ config :pleroma, Pleroma.Web.Metadata, ], unfurl_nsfw: false +config :pleroma, Pleroma.Web.Preload, + providers: [ + Pleroma.Web.Preload.Providers.Instance, + Pleroma.Web.Preload.Providers.User, + Pleroma.Web.Preload.Providers.Timelines, + Pleroma.Web.Preload.Providers.StatusNet + ] + config :pleroma, :http_security, enabled: true, sts: false, @@ -695,6 +703,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"