22 lines
319 B
Plaintext
22 lines
319 B
Plaintext
NODE_ENV=development
|
|
PORT=3000
|
|
|
|
CORS_ORIGINS=http://localhost:5173,http://localhost:3000
|
|
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_USER=postgres
|
|
DB_PASSWORD=postgres
|
|
DB_NAME=nest_db
|
|
|
|
REDIS_HOST=localhost
|
|
REDIS_PORT=6379
|
|
REDIS_USER=
|
|
REDIS_PASSWORD=
|
|
|
|
JWT_SECRET=change-me
|
|
JWT_EXPIRES_IN=7d
|
|
|
|
THROTTLE_TTL=60000
|
|
THROTTLE_LIMIT=60
|