* add: read db credentials from .env * remove: console.log * fix: default to default pg user and password
3 lines
66 B
Plaintext
3 lines
66 B
Plaintext
# Default postgres credentials
|
|
DB_USERNAME=postgres
|
|
DB_PASSWORD='' |