11 lines
264 B
Bash
11 lines
264 B
Bash
# Server Configuration
|
|
PORT=4000
|
|
NODE_ENV=development
|
|
CLIENT_ORIGIN=http://localhost:5173
|
|
|
|
# Database Connection (PostgreSQL)
|
|
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/retro_kanban?schema=public"
|
|
|
|
# Rate Limiting
|
|
RATE_LIMIT_MAX_BOARDS_PER_HOUR=5
|