Initial commit

This commit is contained in:
2025-08-16 19:43:44 +02:00
commit ea9a2627b4
64 changed files with 9232 additions and 0 deletions

14
.env.docker Normal file
View File

@@ -0,0 +1,14 @@
# Docker Environment Configuration
# Copy this file to .env and update with your actual values
# JWT Configuration
JWT_SECRET=your-super-secret-jwt-key-change-in-production-make-it-long-and-random
# Twilio Configuration (for SMS alerts)
TWILIO_ACCOUNT_SID=your_twilio_account_sid_here
TWILIO_AUTH_TOKEN=your_twilio_auth_token_here
TWILIO_PHONE_NUMBER=your_twilio_phone_number_here
# Optional: Override default settings
# NODE_ENV=production
# CORS_ORIGIN=http://localhost:3000