diff --git a/src/food-market.api/Properties/launchSettings.json b/src/food-market.api/Properties/launchSettings.json index 9f8c4d8..6501aae 100644 --- a/src/food-market.api/Properties/launchSettings.json +++ b/src/food-market.api/Properties/launchSettings.json @@ -1,19 +1,11 @@ -{ +{ "$schema": "http://json.schemastore.org/launchsettings.json", - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:30851", - "sslPort": 44329 - } - }, "profiles": { "http": { "commandName": "Project", "dotnetRunMessages": true, - "launchBrowser": true, - "applicationUrl": "http://localhost:5039", + "launchBrowser": false, + "applicationUrl": "http://localhost:5081", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } @@ -21,15 +13,8 @@ "https": { "commandName": "Project", "dotnetRunMessages": true, - "launchBrowser": true, - "applicationUrl": "https://localhost:7275;http://localhost:5039", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, - "IIS Express": { - "commandName": "IISExpress", - "launchBrowser": true, + "launchBrowser": false, + "applicationUrl": "https://localhost:5443;http://localhost:5081", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }