2 references to UserNameReference
Aspire.Hosting.RabbitMQ (2)
RabbitMQBuilderExtensions.cs (1)
69
context.EnvironmentVariables["RABBITMQ_DEFAULT_USER"] = rabbitMq.
UserNameReference
;
RabbitMQServerResource.cs (1)
55
$"amqp://{
UserNameReference
}:{PasswordParameter}@{PrimaryEndpoint.Property(EndpointProperty.Host)}:{PrimaryEndpoint.Property(EndpointProperty.Port)}");