From 08e86b43c0829de341dc3d24fbe01aadbed2e173 Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Thu, 18 Jul 2024 21:01:28 +0300 Subject: [PATCH] Edit port number --- .../Properties/launchSettings.json | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/RhSolutions.SkuParser.Api/Properties/launchSettings.json b/RhSolutions.SkuParser.Api/Properties/launchSettings.json index 06b56be..f8683ac 100644 --- a/RhSolutions.SkuParser.Api/Properties/launchSettings.json +++ b/RhSolutions.SkuParser.Api/Properties/launchSettings.json @@ -4,7 +4,7 @@ "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { - "applicationUrl": "http://localhost:35100", + "applicationUrl": "http://localhost:5000", "sslPort": 44355 } }, @@ -12,17 +12,8 @@ "http": { "commandName": "Project", "dotnetRunMessages": true, - "launchBrowser": true, - "applicationUrl": "http://localhost:5087", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "https": { - "commandName": "Project", - "dotnetRunMessages": true, - "launchBrowser": true, - "applicationUrl": "https://localhost:7266;http://localhost:5087", + "launchBrowser": false, + "applicationUrl": "http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }