Noah Settersten commited on
Commit ·
29f33cd
1
Parent(s): 8b51593
chore: Disable Ecto repo temporarily
Browse files
lib/medical_transcription/application.ex
CHANGED
|
@@ -17,7 +17,8 @@ defmodule MedicalTranscription.Application do
|
|
| 17 |
|
| 18 |
children = [
|
| 19 |
MedicalTranscriptionWeb.Telemetry,
|
| 20 |
-
|
|
|
|
| 21 |
{DNSCluster,
|
| 22 |
query: Application.get_env(:medical_transcription, :dns_cluster_query) || :ignore},
|
| 23 |
{Phoenix.PubSub, name: MedicalTranscription.PubSub},
|
|
|
|
| 17 |
|
| 18 |
children = [
|
| 19 |
MedicalTranscriptionWeb.Telemetry,
|
| 20 |
+
# TODO: Re-enable this when we have a database set up for the Fly app.
|
| 21 |
+
# MedicalTranscription.Repo,
|
| 22 |
{DNSCluster,
|
| 23 |
query: Application.get_env(:medical_transcription, :dns_cluster_query) || :ignore},
|
| 24 |
{Phoenix.PubSub, name: MedicalTranscription.PubSub},
|