Added Cloak-based vault to app start

This commit is contained in:
Alex Tavarez
2025-09-02 20:18:31 -04:00
parent 657d839acd
commit 417eef3ab4

View File

@@ -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