{ "$schema": "https://json.schemastore.org/launchsettings.json", "profiles": { "https": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", "applicationUrl": "https://localhost:7225;http://localhost:5181", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, "https (silent)": { "commandName": "Project", "dotnetRunMessages": true, "applicationUrl": "https://localhost:7225;http://localhost:5181", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" } }, "https (prod)": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}", "applicationUrl": "https://localhost:7225;http://localhost:5181" } } }