Migrate to comeonin 4 and Cachex 3

Also fix some warning in the code and add a missing alias
This commit is contained in:
Thog 2018-05-20 18:05:34 +02:00
commit e55c6f311b
No known key found for this signature in database
GPG key ID: 0CD291558FAFDBC6
11 changed files with 42 additions and 48 deletions

View file

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