security: There's a password in my repository!
TLDR - Environment Variables Where possible you won’t see me do this anymore: url = "jdbc:postgresql://127.0.0.1:5432/postgres?user=postgres&password=12345" Or this: <connectionStrings> <add name="my-db" connectionString="server=.;database=my-app »