{ "$schema": "http://json.schemastore.org/launchsettings.json", "profiles": { "EstusShots.Server (Dev)": { "commandName": "Project", "launchBrowser": false, "launchUrl": "", "applicationUrl": "https://localhost:5001;http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, "EstusShots.Server (Prod)": { "commandName": "Project", "launchBrowser": false, "launchUrl": "", "applicationUrl": "https://localhost:5001;http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Production" } } } }