Files
patchmon.net/backend/env.example
Muhammad Ibrahim c5332ce6b0 first commit
2025-09-16 15:36:42 +01:00

18 lines
324 B
Plaintext

# Database Configuration
DATABASE_URL="postgresql://patchmon_user:p@tchm0n_p@55@localhost:5432/patchmon_db"
# Server Configuration
PORT=3001
NODE_ENV=development
# API Configuration
API_VERSION=v1
CORS_ORIGIN=http://localhost:3000
# Rate Limiting
RATE_LIMIT_WINDOW_MS=900000
RATE_LIMIT_MAX=100
# Logging
LOG_LEVEL=info