demo-backend/.env
2025-01-16 10:20:20 -03:00

6 lines
86 B
Bash

DB_NAME=todo_db
DB_USER=postgres
DB_PASSWORD=postgres
DB_HOST=db
DB_PORT=5432
DEBUG=1