2 references to ResourceServiceEndpointUrl
Aspire.Hosting (2)
Dashboard\TransportOptionsValidator.cs (1)
58var resourceServiceEndpointUrl = configuration.GetString(KnownConfigNames.ResourceServiceEndpointUrl, KnownConfigNames.Legacy.ResourceServiceEndpointUrl);
src\Shared\DashboardConfigNames.cs (1)
40public static readonly ConfigName ResourceServiceUrlName = new(KnownConfigNames.Legacy.ResourceServiceEndpointUrl);