2 references to EnvVarName
Aspire.Dashboard (1)
Configuration\DashboardOptions.cs (1)
130
errorMessage = $"CORS configured without an OTLP HTTP endpoint. Either remove CORS configuration or specify a {DashboardConfigNames.DashboardOtlpHttpUrlName.
EnvVarName
} value.";
Aspire.Dashboard.Tests (1)
Integration\StartupTests.cs (1)
1062
var browserTokenConfigFile = Path.Combine(fileConfigDirectory.FullName, DashboardConfigNames.DashboardFrontendBrowserTokenName.
EnvVarName
);