{ "profiles": { "http": { "commandName": "Project", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, "dotnetRunMessages": true, "applicationUrl": "http://localhost:5243", "launchBrowser": true // Добавлено свойство }, "https": { "commandName": "Project", "launchUrl": "https://localhost:7184/swagger/index.html", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, "dotnetRunMessages": true, "applicationUrl": "https://localhost:7184;http://localhost:5243", "launchBrowser": true // Добавлено свойство } }, "$schema": "https://json.schemastore.org/launchsettings.json" }