3 references to UserNameReference
Aspire.Hosting.Azure.PostgreSQL (1)
AzurePostgresFlexibleServerResource.cs (1)
95InnerResource.UserNameReference :
Aspire.Hosting.PostgreSQL (2)
PostgresBuilderExtensions.cs (1)
112context.EnvironmentVariables[UserEnvVarName] = postgresServer.UserNameReference;
PostgresServerResource.cs (1)
57$"Host={PrimaryEndpoint.Property(EndpointProperty.Host)};Port={PrimaryEndpoint.Property(EndpointProperty.Port)};Username={UserNameReference};Password={PasswordParameter}");