From e32dbfc9a5477830dba7bf3e99621161e4454a29 Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Mon, 20 Mar 2017 17:45:47 +0100 Subject: Add basic auth. --- config/test.exs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') diff --git a/config/test.exs b/config/test.exs index bcd7af1c5..07f49d3e9 100644 --- a/config/test.exs +++ b/config/test.exs @@ -17,3 +17,7 @@ config :pleroma, Pleroma.Repo, database: "pleroma_test", hostname: "localhost", pool: Ecto.Adapters.SQL.Sandbox + + +# Reduce hash rounds for testing +config :comeonin, :pbkdf2_rounds, 1 -- cgit v1.2.3