Add basic auth.

This commit is contained in:
Roger Braun 2017-03-20 17:45:47 +01:00
commit e32dbfc9a5
5 changed files with 174 additions and 3 deletions

View file

@ -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