14 references to KnownConfigNames
Aspire.Hosting.Testing (14)
DistributedApplicationFactory.cs (3)
207SetDefaultFallback(KnownConfigNames.DashboardOtlpGrpcEndpointUrl, KnownConfigNames.Legacy.DashboardOtlpGrpcEndpointUrl, "http://localhost:4317"); 213SetDefault(KnownConfigNames.AllowUnsecuredTransport, "true");
DistributedApplicationTestingBuilder.cs (11)
341$"{KnownConfigNames.DashboardUnsecuredAllowAnonymous}=false", 342$"{KnownConfigNames.DashboardFrontendBrowserToken}={browserToken}", 343$"{KnownConfigNames.DashboardResourceServiceClientApiKey}={resourceServiceApiKey}" 419[KnownConfigNames.DashboardOtlpGrpcEndpointUrl] = string.Empty, 420[KnownConfigNames.DashboardOtlpHttpEndpointUrl] = string.Empty, 423[KnownConfigNames.ResourceServiceEndpointUrl] = "http://127.0.0.1:0", 425[KnownConfigNames.AllowUnsecuredTransport] = "true", 426[KnownConfigNames.DashboardUnsecuredAllowAnonymous] = "false", 427[KnownConfigNames.InteractivityEnabled] = "false", 434[KnownConfigNames.DashboardSuppressBrowserTokenInOutput] = "true" 647if (!builder.Configuration.GetValue(KnownConfigNames.TestingDisableHttpClient, false))