This commit is contained in:
Jakub Kaniecki
2025-03-30 14:46:32 +02:00
commit 4df1d9f9a6
65 changed files with 62132 additions and 0 deletions

16
backend/.env.example Normal file
View File

@@ -0,0 +1,16 @@
# Server Configuration
PORT=3001
NODE_ENV=development
# Email Configuration
SMTP_HOST=smtp.mail.me.com
SMTP_PORT=587
SMTP_USER=your-email@me.com
SMTP_PASS=your-app-specific-password
SMTP_FROM=your-email@me.com
SMTP_TO=your-email@me.com
# Security
CORS_ORIGIN=https://knck.pl
RATE_LIMIT_WINDOW_MS=900000 # 15 minutes
RATE_LIMIT_MAX_REQUESTS=5 # 5 requests per window