diff options
author | Maksim Pechnikov <parallel588@gmail.com> | 2020-05-06 05:55:39 +0300 |
---|---|---|
committer | Maksim Pechnikov <parallel588@gmail.com> | 2020-05-06 05:55:39 +0300 |
commit | fb38b7339ccb6c3d7a3a07b74a6471a0f38622fe (patch) | |
tree | a6dc7761d53a37be6a1c46af1c3cbc8873ce50d8 /config/config.exs | |
parent | fe7a0d660e357a03558be3a95ddbb8b409ef9a9e (diff) | |
parent | 7612d9403dbaa6741b28dcf427ecad8fd0f70c30 (diff) | |
download | pleroma-fb38b7339ccb6c3d7a3a07b74a6471a0f38622fe.tar.gz pleroma-fb38b7339ccb6c3d7a3a07b74a6471a0f38622fe.zip |
Merge branch 'develop' into issue/1276-2
Diffstat (limited to 'config/config.exs')
-rw-r--r-- | config/config.exs | 2 |
1 files changed, 2 insertions, 0 deletions
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" |