Files
Poll-system/app/.env
2025-08-26 14:13:09 -06:00

10 lines
202 B
Bash

DB_USER=mannpatel
DB_HOST=localhost
DB_NAME=poll_database
DB_PASSWORD=admin
DB_PORT=5432
PORT=3000
JWT_SECRET=r683gi77ft92fg923keyfasdfas2r123
ALLOWED_ORIGINS=http://localhost:5173
NODE_ENV=development