{ "$schema": "https://json.schemastore.org/launchsettings.json", "profiles": { "http": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "applicationUrl": "http://latecomer.dev.localhost:5282", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, "https": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "applicationUrl": "https://latecomer.dev.localhost:9210;http://latecomer.dev.localhost:5282", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } } } }