X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Ftest.exs;h=73a8b82a1fb622bc5a70a3e0862b7579c52147dc;hb=a04bf131e052f12c82e09b22c5e942e99c36d0ee;hp=95129f409ff846dd8e0ccaec08f2548ffdd926f8;hpb=ad04d12de63d559cc6398c58296afd04321adfbc;p=akkoma diff --git a/config/test.exs b/config/test.exs index 95129f409..73a8b82a1 100644 --- a/config/test.exs +++ b/config/test.exs @@ -27,7 +27,8 @@ config :pleroma, Pleroma.Emails.Mailer, adapter: Swoosh.Adapters.Test config :pleroma, :instance, email: "admin@example.com", - notify_email: "noreply@example.com" + notify_email: "noreply@example.com", + skip_thread_containment: false # Configure your database config :pleroma, Pleroma.Repo, @@ -59,7 +60,7 @@ config :pleroma, Pleroma.ScheduledActivity, total_user_limit: 3, enabled: false -config :pleroma, :rate_limit, app_account_creation: {1000, 5} +config :pleroma, :rate_limit, app_account_creation: {10_000, 5} config :pleroma, :http_security, report_uri: "https://endpoint.com"