echobind / bisonapp

A Full Stack Jamstack in-a-box brought to you by Echobind
MIT License
590 stars 29 forks source link

fix: The DATABASE_URL set in .env.test doesn't include a colon between the username and password. #246

Closed cullylarson closed 2 years ago

cullylarson commented 2 years ago

If you provide a database password during setup, the DATABASE_URL set in .env.test will not have a colon between the username and password. If no password is provided, it works fine.

Changes

Checklist