{ "profiles": { "http": { "commandName": "Project", "launchBrowser": true, "launchUrl": "http://localhost:8900/bunnyDocs", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, "dotnetRunMessages": true, "applicationUrl": "http://*:8900" }, "https": { "commandName": "Project", "launchBrowser": true, "launchUrl": "https://localhost:8848/bunnyDocs", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }, "dotnetRunMessages": true, "applicationUrl": "https://*:8848" }, "Container (Dockerfile)": { "commandName": "Docker", "launchBrowser": true, "launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger", "environmentVariables": { "ASPNETCORE_HTTPS_PORTS": "8900", "ASPNETCORE_HTTP_PORTS": "8900" }, "publishAllPorts": true, "useSSL": true } }, "$schema": "https://json.schemastore.org/launchsettings.json", "iisSettings": { "windowsAuthentication": false, "anonymousAuthentication": true, "iisExpress": { "applicationUrl": "https://localhost:8900", "sslPort": 8900 } } }