Files
drone-detector/.env.docker
2025-08-17 05:21:57 +02:00

23 lines
481 B
Docker

# 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
NODE_ENV=development
# Twilio Configuration (for SMS alerts)
TWILIO_ACCOUNT_SID=
TWILIO_AUTH_TOKEN=
TWILIO_PHONE_NUMBER=
SMTP_HOST=
SMTP_PORT=587
SMTP_USER=
SMTP_PASSWORD=
SMTP_FROM=
# Optional: Override default settings
# NODE_ENV=production
# CORS_ORIGIN=http://localhost:3000