{ "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://127.0.0.1:5002", "sslPort": 0 } }, "$schema": "http://json.schemastore.org/launchsettings.json", "profiles": { "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, "launchUrl": "_doc", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, "QM.AuthServer": { "commandName": "Project", "launchBrowser": true, "launchUrl": "_doc", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, "dotnetRunMessages": "true", "applicationUrl": "http://127.0.0.1:5002" } } }