Added Cloak-based vault to app start
This commit is contained in:
@@ -20,7 +20,8 @@ defmodule Sukaato.Application do
|
|||||||
# Start a worker by calling: Sukaato.Worker.start_link(arg)
|
# Start a worker by calling: Sukaato.Worker.start_link(arg)
|
||||||
# {Sukaato.Worker, arg},
|
# {Sukaato.Worker, arg},
|
||||||
# Start to serve requests, typically the last entry
|
# Start to serve requests, typically the last entry
|
||||||
SukaatoWeb.Endpoint
|
SukaatoWeb.Endpoint,
|
||||||
|
Sukaato.Vault
|
||||||
]
|
]
|
||||||
|
|
||||||
# See https://hexdocs.pm/elixir/Supervisor.html
|
# See https://hexdocs.pm/elixir/Supervisor.html
|
||||||
|
Reference in New Issue
Block a user