summaryrefslogtreecommitdiff
path: root/lib/azure_ex/application.ex
diff options
context:
space:
mode:
Diffstat (limited to 'lib/azure_ex/application.ex')
-rw-r--r--lib/azure_ex/application.ex3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/azure_ex/application.ex b/lib/azure_ex/application.ex
index e6be1d4..3b50854 100644
--- a/lib/azure_ex/application.ex
+++ b/lib/azure_ex/application.ex
@@ -6,7 +6,8 @@ defmodule AzureEx.Application do
def start(_tuple, _args) do
opts = [strategy: :one_for_one, name: AzureEx.Supervisor]
- Supervisor.start_link([{AzureEx.TokenHosting, get_client_oauth_params()}], opts)
+# Supervisor.start_link([{AzureEx.TokenHosting, get_client_oauth_params()}], opts)
+ Supervisor.start_link([], opts)
end
defp get_client_oauth_params do