X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fbenchmark.exs;h=ff59395cf62239a120e0bd9a9a2b9dca987d9094;hb=7829de6da4b2782a4ae2124ff05787d500bbb990;hp=c7ddb80e759657718f5788be8c6d3cf622d85b2f;hpb=df469b4468168cf072e73df73e0fdde2bbab1da5;p=akkoma diff --git a/config/benchmark.exs b/config/benchmark.exs index c7ddb80e7..ff59395cf 100644 --- a/config/benchmark.exs +++ b/config/benchmark.exs @@ -61,8 +61,6 @@ config :web_push_encryption, :vapid_details, config :web_push_encryption, :http_client, Pleroma.Web.WebPushHttpClientMock -config :pleroma_job_queue, disabled: true - config :pleroma, Pleroma.ScheduledActivity, daily_user_limit: 2, total_user_limit: 3, @@ -83,10 +81,10 @@ IO.puts("RUM enabled: #{rum_enabled}") config :pleroma, Pleroma.ReverseProxy.Client, Pleroma.ReverseProxy.ClientMock -if File.exists?("./config/test.secret.exs") do - import_config "test.secret.exs" +if File.exists?("./config/benchmark.secret.exs") do + import_config "benchmark.secret.exs" else IO.puts( - "You may want to create test.secret.exs to declare custom database connection parameters." + "You may want to create benchmark.secret.exs to declare custom database connection parameters." ) end