{ "$schema": "https://json.schemastore.org/launchsettings.json", "profiles": { "http": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": false, "applicationUrl": "http://localhost:5226", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "SEQ_URL": "http://localhost:5341" } }, "https": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": false, "applicationUrl": "https://localhost:7277;http://localhost:5226", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "SEQ_URL": "http://localhost:5341" } } } }