diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-03-20 17:45:47 +0100 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-03-20 17:56:45 +0100 |
commit | e32dbfc9a5477830dba7bf3e99621161e4454a29 (patch) | |
tree | 0179d3b453d98b30facfff72f857da2fec999f44 /config | |
parent | a93f3421a704d6728a856d5d82cdbf9c43f3f897 (diff) | |
download | pleroma-e32dbfc9a5477830dba7bf3e99621161e4454a29.tar.gz pleroma-e32dbfc9a5477830dba7bf3e99621161e4454a29.zip |
Add basic auth.
Diffstat (limited to 'config')
-rw-r--r-- | config/test.exs | 4 |
1 files changed, 4 insertions, 0 deletions
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 |