X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=config%2Fconfig.exs;h=ca9bbab6480c43ccebaecaca106ad22c8059bd6c;hb=f070b5569ca0eafdca79f1f3e3b6b5025f3f8fc9;hp=a6c6d6f99e7c593caffe00062d61671eea94d121;hpb=9e3ec582807e11400cb90a18089de78bbaf921b7;p=akkoma diff --git a/config/config.exs b/config/config.exs index a6c6d6f99..ca9bbab64 100644 --- a/config/config.exs +++ b/config/config.exs @@ -653,6 +653,8 @@ config :pleroma, :restrict_unauthenticated, profiles: %{local: false, remote: false}, activities: %{local: false, remote: false} +config :pleroma, Pleroma.Web.ApiSpec.CastAndValidate, strict: false + # 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"