{ "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:51406", "sslPort": 44314 } }, "$schema": "http://json.schemastore.org/launchsettings.json", "profiles": { "IIS Express": { "commandName": "IISExpress", "launchBrowser": true, "launchUrl": "result", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, "OutputServiceTSDB": { "commandName": "Project", "launchBrowser": true, "launchUrl": "result", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, "applicationUrl": "https://localhost:5001;http://localhost:5000" }, "Docker": { "commandName": "Docker", "launchBrowser": true, "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/result", "publishAllPorts": true, "useSSL": true } } }