{ "$schema": "https://json.schemastore.org/launchsettings.json", "profiles": { "https": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "applicationUrl": "https://localhost:17025;http://localhost:15057", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21175", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22189", "DOTNET_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21260", "DOTNET_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22052" } }, "http": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": true, "applicationUrl": "http://localhost:15057", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development", "DOTNET_ENVIRONMENT": "Development", "ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19163", "ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:20185", "DOTNET_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:22108" } } } }