3 references to ResolveSettingValue
aspire (3)
Commands\DashboardRunCommand.cs (3)
258
var frontendUrl =
ResolveSettingValue
(dashboardArgs, unmatchedTokens, environment, KnownAspNetCoreConfigNames.Urls) ?? "http://localhost:18888";
259
var otlpGrpcUrl =
ResolveSettingValue
(dashboardArgs, unmatchedTokens, environment, KnownConfigNames.DashboardOtlpGrpcEndpointUrl) ?? "http://localhost:4317";
260
var otlpHttpUrl =
ResolveSettingValue
(dashboardArgs, unmatchedTokens, environment, KnownConfigNames.DashboardOtlpHttpEndpointUrl) ?? "http://localhost:4318";