this is a really good first commit
This commit is contained in:
@ -8,14 +8,14 @@ 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]},
|
||||
# Start the Ecto repository
|
||||
SomethingErlang.Repo,
|
||||
# Start the Telemetry supervisor
|
||||
SomethingErlangWeb.Telemetry,
|
||||
# Start the Ecto repository
|
||||
SomethingErlang.Repo,
|
||||
# Start the PubSub system
|
||||
{Phoenix.PubSub, name: SomethingErlang.PubSub},
|
||||
# Start Finch
|
||||
{Finch, name: SomethingErlang.Finch},
|
||||
# Start the Endpoint (http/https)
|
||||
SomethingErlangWeb.Endpoint
|
||||
# Start a worker by calling: SomethingErlang.Worker.start_link(arg)
|
||||
|
Reference in New Issue
Block a user