Add basic auth.
This commit is contained in:
parent
a93f3421a7
commit
e32dbfc9a5
5 changed files with 174 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue