Files
domain-driven-hexagon/.env.example
2021-02-11 17:02:37 +01:00

6 lines
93 B
Plaintext

DB_HOST='localhost'
DB_PORT=5432
DB_USERNAME='user'
DB_PASSWORD='password'
DB_NAME='test-db'