summaryrefslogtreecommitdiff
path: root/lib/matrix_app_service/application.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/matrix_app_service/application.ex')
-rw-r--r--lib/matrix_app_service/application.ex6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/matrix_app_service/application.ex b/lib/matrix_app_service/application.ex
index 648cc70..f3d5803 100644
--- a/lib/matrix_app_service/application.ex
+++ b/lib/matrix_app_service/application.ex
@@ -8,11 +8,11 @@ defmodule MatrixAppService.Application do
def start(_type, _args) do
children = [
# Start the Telemetry supervisor
- MatrixAppServiceWeb.Telemetry,
+ # MatrixAppServiceWeb.Telemetry,
# Start the PubSub system
- {Phoenix.PubSub, name: MatrixAppService.PubSub},
+ # {Phoenix.PubSub, name: MatrixAppService.PubSub},
# Start the Endpoint (http/https)
- MatrixAppServiceWeb.Endpoint
+ # MatrixAppServiceWeb.Endpoint
# Start a worker by calling: MatrixAppService.Worker.start_link(arg)
# {MatrixAppService.Worker, arg}
]