From d8c828686ec7f0da51ee0cf54e0f24d71520d65b Mon Sep 17 00:00:00 2001 From: James Chapman Date: Sun, 5 Nov 2023 15:16:38 +0000 Subject: [PATCH] Enable debugging on remote device --- Groceries/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Groceries/Properties/launchSettings.json b/Groceries/Properties/launchSettings.json index 9e4e354..f296188 100644 --- a/Groceries/Properties/launchSettings.json +++ b/Groceries/Properties/launchSettings.json @@ -4,7 +4,7 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://localhost:7021;http://localhost:5021", + "applicationUrl": "https://*:7021;http://*:5021", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }