- `DATABASE_URL` should be our new default connection URL env var name (→ works out of the box with Heroku) - Docs + examples should point out that we strongly recommend to not check in the `.env` file to their VCS - We need to do an extra good job of explaining how env vars are handled so developers can 100% understand how things are working.
DATABASE_URLshould be our new default connection URL env var name (→ works out of the box with Heroku).envfile to their VCS