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

6 lines
89 B
Plaintext

DB_HOST='localhost'
DB_PORT=5432
DB_USERNAME='user'
DB_PASSWORD='password'
DB_NAME='ddh'