From aaa93edb89c6c9f2466b1f50afc4699c326d41f1 Mon Sep 17 00:00:00 2001 From: ameerulrasyid Date: Thu, 6 Mar 2025 08:51:52 +0800 Subject: [PATCH] localhost launch --- Properties/launchSettings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json index 0694e2f..c2a3498 100644 --- a/Properties/launchSettings.json +++ b/Properties/launchSettings.json @@ -4,7 +4,7 @@ "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { - "applicationUrl": "http://192.168.11.117:26468", + "applicationUrl": "http://localhost:26468", "sslPort": 44356 } }, @@ -13,7 +13,7 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "http://192.168.11.117:5124", + "applicationUrl": "http://localhost:5124", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } @@ -22,7 +22,7 @@ "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, - "applicationUrl": "https://192.168.11.117:7036;http://192.168.11.117:5124", + "applicationUrl": "https://localhost:7036;http://localhost:5124", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }