3 references to PrimaryEndpoint
Aspire.Hosting.Milvus (3)
MilvusBuilderExtensions.cs (2)
193
context.EnvironmentVariables.Add("MILVUS_URL", $"{resource.
PrimaryEndpoint
.Scheme}://{resource.Name}:{resource.
PrimaryEndpoint
.TargetPort}");
MilvusServerResource.cs (1)
43
$"Endpoint={
PrimaryEndpoint
.Property(EndpointProperty.Url)};Key=root:{ApiKeyParameter}");