lv upgrade done; home.html form needs changed; test migrations
This commit is contained in:
@ -8,6 +8,8 @@ defmodule SomethingErlang.Application do
|
||||
@impl true
|
||||
def start(_type, _args) do
|
||||
children = [
|
||||
{Registry, [name: SomethingErlang.Registry.Grovers, keys: :unique]},
|
||||
{DynamicSupervisor, [name: SomethingErlang.Supervisor.Grovers, strategy: :one_for_one]},
|
||||
SomethingErlangWeb.Telemetry,
|
||||
SomethingErlang.Repo,
|
||||
{DNSCluster, query: Application.get_env(:something_erlang, :dns_cluster_query) || :ignore},
|
||||
|
Reference in New Issue
Block a user