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