Migrate to comeonin 4 and Cachex 3
Also fix some warning in the code and add a missing alias
This commit is contained in:
parent
413de8e4bc
commit
e55c6f311b
11 changed files with 42 additions and 48 deletions
|
|
@ -21,7 +21,7 @@ config :pleroma, Pleroma.Repo,
|
|||
pool: Ecto.Adapters.SQL.Sandbox
|
||||
|
||||
# Reduce hash rounds for testing
|
||||
config :comeonin, :pbkdf2_rounds, 1
|
||||
config :pbkdf2_elixir, rounds: 1
|
||||
|
||||
config :pleroma, :websub, Pleroma.Web.WebsubMock
|
||||
config :pleroma, :ostatus, Pleroma.Web.OStatusMock
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue