{ "$schema": "https://json.schemastore.org/launchsettings.json", "profiles": { "Development": { "commandName": "Project", "dotnetRunMessages": true, "hotReloadEnabled": false, "launchBrowser": false, "externalUrlConfiguration": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, "Production": { "commandName": "Project", "dotnetRunMessages": true, "hotReloadEnabled": false, "launchBrowser": false, "externalUrlConfiguration": true, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Production" } } } }