feat(server): argon2_elixir dep + dashboard_password_hash config
This commit is contained in:
parent
663f7a6113
commit
58f22243a5
4 changed files with 17 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue