{ "$schema": "http://json.schemastore.org/launchsettings.json", "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:55202", "sslPort": 0 } }, "profiles": { "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, "launchUrl": "resource-server/swagger", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, "OAuth2Integration": { "commandName": "Project", "launchBrowser": true, "launchUrl": "resource-server/swagger", "applicationUrl": "http://localhost:5000", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } } } }