restart without ecto
This commit is contained in:
@@ -9,7 +9,6 @@ defmodule CobblemonUi.Application do
|
||||
def start(_type, _args) do
|
||||
children = [
|
||||
CobblemonUiWeb.Telemetry,
|
||||
CobblemonUi.Repo,
|
||||
{DNSCluster, query: Application.get_env(:cobblemon_ui, :dns_cluster_query) || :ignore},
|
||||
{Phoenix.PubSub, name: CobblemonUi.PubSub},
|
||||
# Start a worker by calling: CobblemonUi.Worker.start_link(arg)
|
||||
|
||||
Reference in New Issue
Block a user