feat(server): argon2_elixir dep + dashboard_password_hash config

This commit is contained in:
Carsten 2026-04-21 22:48:07 +02:00
parent 663f7a6113
commit 58f22243a5
4 changed files with 17 additions and 1 deletions

View file

@ -28,3 +28,5 @@ config :phoenix_live_view,
enable_expensive_runtime_checks: true
config :bcrypt_elixir, :log_rounds, 4
config :argon2_elixir, t_cost: 1, m_cost: 8