casekit / orm

1 stars 1 forks source link

chore: rename .env to .env.example #136

Open obasekietinosa opened 2 months ago

obasekietinosa commented 2 months ago

Overview

This change moves the existing .env file to .env.example while adding .env to .gitignore. It also adds in an extra variable PGUSER=casekit to the now .env.example file. Adding this file allows updates to the .env file without committing it as well as making it more explicit what values are used for the connection since the node-pg package uses these environment variables by default for connection.