7 lines
182 B
Plaintext
Raw Permalink Normal View History

2025-05-27 09:11:08 +00:00
DB_HOST=localhost
DB_PORT=5432
DB_NAME=daily-aujourdhui-backend
DB_USER=dev
DB_PASSWORD=password
DATABASE_URL=postgresql://${DB_USER}:${DB_PASSWORD}@${DB_HOST}:${DB_PORT}/${DB_NAME}