2025-03-03 17:28:22 +03:00

10 lines
131 B
Bash

PORT=5000
JWT_SECRET=super_secret_key
DB_HOST=localhost
DB_PORT=5432
DB_USER=postgres
DB_PASSWORD=postgres
DB_NAME=todo