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