10 lines
202 B
Bash
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
|