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)
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
defmodule CobblemonUi.Mailer do
|
||||
use Swoosh.Mailer, otp_app: :cobblemon_ui
|
||||
end
|
||||
@@ -1,5 +0,0 @@
|
||||
defmodule CobblemonUi.Repo do
|
||||
use Ecto.Repo,
|
||||
otp_app: :cobblemon_ui,
|
||||
adapter: Ecto.Adapters.Postgres
|
||||
end
|
||||
Reference in New Issue
Block a user