X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=ca9bbab6480c43ccebaecaca106ad22c8059bd6c;hb=f070b5569ca0eafdca79f1f3e3b6b5025f3f8fc9;hp=2e538c4be7dfa9ad622b15735e7a70db788fd5b3;hpb=bedc558809832ce6ef6063fe91656a0fff0e222c;p=akkoma diff --git a/config/config.exs b/config/config.exs index 2e538c4be..ca9bbab64 100644 --- a/config/config.exs +++ b/config/config.exs @@ -562,8 +562,6 @@ config :pleroma, :email_notifications, inactivity_threshold: 7 } -config :pleroma, :notifications, enable_follow_request_notifications: false - config :pleroma, :oauth2, token_expires_in: 600, issue_new_refresh_token: true, @@ -655,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"