{ "$schema": "https://json.schemastore.org/launchsettings.json", "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "http://localhost:1103", "sslPort": 44300 } }, "profiles": { "QRBeeApi": { "commandName": "Project", "launchUrl": "swagger", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "LOGS_ROOT": "C:\\Users\\andre\\logs" }, "applicationUrl": "https://localhost:7000;http://localhost:5000", "dotnetRunMessages": true }, "Docker": { "commandName": "Docker", "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger", "publishAllPorts": true, "useSSL": true } } }