X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Fdev.exs;h=cfe3cce471915c740e4d66ef191076f393a11edd;hb=39127f15eb36c4fb41838a232f9d80c50416838d;hp=7e1e3b4beb2a5add28c054f79f71c3ee328708ae;hpb=3b48876cf02b35af953bf463987e42675a9e6180;p=akkoma diff --git a/config/dev.exs b/config/dev.exs index 7e1e3b4be..cfe3cce47 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,8 @@ config :pleroma, Pleroma.Repo, hostname: "localhost", pool_size: 10 +config :pleroma, Pleroma.Web.ApiSpec.CastAndValidate, strict: true + if File.exists?("./config/dev.secret.exs") do import_config "dev.secret.exs" else