Files
domain-driven-hexagon/.env.test
2022-10-10 17:24:43 +02:00

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