From 2647da048923b8f53294bfdcebccf3966102e09a Mon Sep 17 00:00:00 2001 From: jvyden Date: Wed, 27 Oct 2021 16:07:03 -0400 Subject: [PATCH] Only host on HTTP 10060 --- ProjectLighthouse/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProjectLighthouse/Properties/launchSettings.json b/ProjectLighthouse/Properties/launchSettings.json index a8f5a37b..5b4d172c 100644 --- a/ProjectLighthouse/Properties/launchSettings.json +++ b/ProjectLighthouse/Properties/launchSettings.json @@ -18,7 +18,7 @@ "ProjectLighthouse": { "commandName": "Project", "dotnetRunMessages": "true", - "applicationUrl": "http://localhost:10060;http://localhost:10061;http://localhost:1062", + "applicationUrl": "http://localhost:10060", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "LIGHTHOUSE_DB_CONNECTION_STRING": "server=127.0.0.1;uid=root;pwd=lighthouse;database=lighthouse"