{ "$schema": "https://json.schemastore.org/launchsettings.json", "profiles": { // "Development": { // "commandName": "Project", // "dotnetRunMessages": true, // "environmentVariables": { // "DOTNET_ENVIRONMENT": "Development" // } // }, "Local": { "commandName": "Project", "dotnetRunMessages": true, "environmentVariables": { "DOTNET_ENVIRONMENT": "Local" } } } }