{ "$schema": "https://json.schemastore.org/launchsettings.json", "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:60588", "sslPort": 44301 } }, "profiles": { "Spacebar.API": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": false, "launchUrl": "swagger", "applicationUrl": "http://localhost:2000;https://localhost:2001;http://localhost:2002", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "CONFIG_PATH": "../Config.json" } }, "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, "launchUrl": "swagger", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } } } }