fix(auth): boot AshAuthentication children under the :mv otp_app
This commit is contained in:
parent
39df300735
commit
7f9d9646a5
2 changed files with 59 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ defmodule Mv.Application do
|
|||
{Task.Supervisor, name: Mv.TaskSupervisor},
|
||||
{DNSCluster, query: Application.get_env(:mv, :dns_cluster_query) || :ignore},
|
||||
{Phoenix.PubSub, name: Mv.PubSub},
|
||||
{AshAuthentication.Supervisor, otp_app: :my},
|
||||
{AshAuthentication.Supervisor, otp_app: :mv},
|
||||
SystemActor,
|
||||
# Start a worker by calling: Mv.Worker.start_link(arg)
|
||||
# {Mv.Worker, arg},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue