X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=66aee3264a0fa0a305a6748ceba77d1b846d1369;hb=9879c18548c1b9f37df724259f65d5cd098f44c5;hp=b9af250c5f2f1e28fb6d1fcad718512e7946e8a0;hpb=d7af0294e6a3a690524e0a08a35c9c6dafbb9f79;p=akkoma diff --git a/config/config.exs b/config/config.exs index b9af250c5..66aee3264 100644 --- a/config/config.exs +++ b/config/config.exs @@ -543,6 +543,7 @@ config :pleroma, Oban, queues: [ activity_expiration: 10, token_expiration: 5, + filter_expiration: 1, backup: 1, federator_incoming: 50, federator_outgoing: 50, @@ -610,10 +611,7 @@ config :ueberauth, base_path: "/oauth", providers: ueberauth_providers -config :pleroma, - :auth, - enforce_oauth_admin_scope_usage: true, - oauth_consumer_strategies: oauth_consumer_strategies +config :pleroma, :auth, oauth_consumer_strategies: oauth_consumer_strategies config :pleroma, Pleroma.Emails.Mailer, adapter: Swoosh.Adapters.Sendmail, enabled: false