fix: parameterize integration tests' db credentials (#319)
* add: read db credentials from .env * remove: console.log * fix: default to default pg user and password
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# Default postgres credentials
|
||||
DB_USERNAME=postgres
|
||||
DB_PASSWORD=''
|
||||
Reference in New Issue
Block a user