7 lines
160 B
Plaintext
7 lines
160 B
Plaintext
# env file for e2e testing
|
|
DB_HOST='localhost'
|
|
DB_PORT=5432
|
|
DB_USERNAME='user'
|
|
DB_PASSWORD='password'
|
|
DB_NAME='ddh_tests' # running tests in a separate test db
|