3 references to Host
Aspire.Hosting.PostgreSQL (3)
PostgresServerResource.cs (3)
122
ReferenceExpression.Create($"postgresql://{UserNameReference:uri}:{PasswordParameter:uri}@{
Host
}:{Port}");
128
builder.Append($"{
Host
}");
152
new ("Host", ReferenceExpression.Create($"{
Host
}")),