2 references to UserNameReference
Aspire.Hosting.PostgreSQL (2)
PostgresBuilderExtensions.cs (1)
85
context.EnvironmentVariables[UserEnvVarName] = postgresServer.
UserNameReference
;
PostgresServerResource.cs (1)
54
$"Host={PrimaryEndpoint.Property(EndpointProperty.Host)};Port={PrimaryEndpoint.Property(EndpointProperty.Port)};Username={
UserNameReference
};Password={PasswordParameter}");