Skip to content

Commit

Permalink
mix.exs: application: env: Set Bonfire.Data.Identity.Credential.
Browse files Browse the repository at this point in the history
  • Loading branch information
fishinthecalculator committed Sep 26, 2024
1 parent a9c578b commit c9fc440
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,8 @@ defmodule Bonfire.Common.MixProject do
end

# Run "mix help compile.app" to learn about applications.
def application, do: [extra_applications: [:logger]]
def application, do: [
env: [{Bonfire.Data.Identity.Credential, hasher_module: Argon2}],
extra_applications: [:logger]
]
end

0 comments on commit c9fc440

Please sign in to comment.