Files
Clarity/Clarity.AppHost/Properties/launchSettings.json
T
2026-04-25 18:06:56 -04:00

32 lines
1.2 KiB
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://clarity.dev.localhost:17052;http://clarity.dev.localhost:15033",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"DOTNET_ENVIRONMENT": "Development",
"ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "https://localhost:21214",
"ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "https://localhost:23283",
"ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "https://localhost:22072"
}
},
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://clarity.dev.localhost:15033",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"DOTNET_ENVIRONMENT": "Development",
"ASPIRE_DASHBOARD_OTLP_ENDPOINT_URL": "http://localhost:19177",
"ASPIRE_DASHBOARD_MCP_ENDPOINT_URL": "http://localhost:18052",
"ASPIRE_RESOURCE_SERVICE_ENDPOINT_URL": "http://localhost:20131"
}
}
}
}