jacobobryant / biff

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

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

Closed credmp closed 2 months ago

credmp commented 2 months ago

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

jacobobryant commented 2 months ago

Thanks!