X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=config%2Ftest.exs;h=da2778aa749ef6b32052f0bce6ae06f91b72eb47;hb=ed29be24cbdc029614557a5289a9b8c8facddf8e;hp=0ef809ac17ce801f5c02add520fd265b25dd74c9;hpb=e890ea7e821d61fca75084d46f70ed125acf1fc8;p=akkoma diff --git a/config/test.exs b/config/test.exs index 0ef809ac1..da2778aa7 100644 --- a/config/test.exs +++ b/config/test.exs @@ -30,7 +30,8 @@ config :pleroma, :instance, notify_email: "noreply@example.com", skip_thread_containment: false, federating: false, - external_user_synchronization: false + external_user_synchronization: false, + static_dir: "test/instance_static/" config :pleroma, :activitypub, sign_object_fetches: false @@ -65,6 +66,8 @@ config :pleroma, Oban, queues: false, prune: :disabled +config :pleroma, Pleroma.Scheduler, jobs: [] + config :pleroma, Pleroma.ScheduledActivity, daily_user_limit: 2, total_user_limit: 3,