feat(ash): added accounts, user for authentication
This commit is contained in:
parent
b243148e69
commit
40b4005bb3
5 changed files with 160 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ config :spark,
|
|||
config :mv,
|
||||
ecto_repos: [Mv.Repo],
|
||||
generators: [timestamp_type: :utc_datetime],
|
||||
ash_domains: [Mv.Membership]
|
||||
ash_domains: [Mv.Membership, Mv.Accounts]
|
||||
|
||||
# Configures the endpoint
|
||||
config :mv, MvWeb.Endpoint,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue