2 references to PrimaryEndpointName
Aspire.Hosting.PostgreSQL (2)
PostgresBuilderExtensions.cs (1)
77
.WithEndpoint(port: port, targetPort: 5432, name: PostgresServerResource.
PrimaryEndpointName
) // Internal port is always 5432.
PostgresServerResource.cs (1)
27
PrimaryEndpoint = new(this,
PrimaryEndpointName
);