X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fdev.exs;h=6b7ffb0e9064f7c3a19b19622c69398239219955;hb=8ff2d8d17d057d5a2e0f5df603812155d6985df0;hp=7e1e3b4beb2a5add28c054f79f71c3ee328708ae;hpb=8dbcff2fed0bf6fb20b70388974fcbe9d3a0aeee;p=akkoma diff --git a/config/dev.exs b/config/dev.exs index 7e1e3b4be..6b7ffb0e9 100644 --- a/config/dev.exs +++ b/config/dev.exs @@ -1,4 +1,4 @@ -use Mix.Config +import Config # For development, we disable any cache and enable # debugging and code reloading. @@ -52,6 +52,12 @@ config :pleroma, Pleroma.Repo, hostname: "localhost", pool_size: 10 +config :pleroma, Pleroma.Web.ApiSpec.CastAndValidate, strict: true + +# Reduce recompilation time +# https://dashbit.co/blog/speeding-up-re-compilation-of-elixir-projects +config :phoenix, :plug_init_mode, :runtime + if File.exists?("./config/dev.secret.exs") do import_config "dev.secret.exs" else