// You can load from env/args/user-secrets if you like; keep placeholders out of source control.
varcfg=Options.Create(newDbConfiguration
{
ConnectionString="Host=localhost;Port=5432;Database=identityshroud;Username=identityshroud;Password=enshrouded;SSL Mode=allow;Trust Server Certificate=true",