first init
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user