4 references to DashboardOtlpCorsAllowedOriginsKeyName
Aspire.Dashboard.Tests (4)
Integration\OtlpCorsHttpServiceTests.cs (3)
47
config[DashboardConfigNames.
DashboardOtlpCorsAllowedOriginsKeyName
.ConfigKey] = "http://localhost:8000, http://localhost:8001";
88
config[DashboardConfigNames.
DashboardOtlpCorsAllowedOriginsKeyName
.ConfigKey] = "http://localhost:8000";
115
config[DashboardConfigNames.
DashboardOtlpCorsAllowedOriginsKeyName
.ConfigKey] = "*";
Integration\StartupTests.cs (1)
746
data[DashboardConfigNames.
DashboardOtlpCorsAllowedOriginsKeyName
.ConfigKey] = "https://localhost:666";