jacobobryant / biff

A Clojure web framework for solo developers.
https://biffweb.com
MIT License
877 stars 41 forks source link

fix(config.template.env): username in postgres jdbc should be user #200

Closed credmp closed 4 months ago

credmp commented 4 months ago

The postgres JDBC driver (at least for PG 16) requires the username to be set using the user parameter.

jacobobryant commented 4 months ago

Thanks!