DB_PATH=./data/apocapoc.db PORT=8080 HOST=0.0.0.0 JWT_SECRET=change-me-in-production JWT_EXPIRY=1h REFRESH_TOKEN_EXPIRY=7d CORS_ORIGINS=http://localhost:3000 DEFAULT_TIMEZONE=UTC # Email Configuration (optional - required for email features) SMTP_HOST= SMTP_PORT=587 SMTP_USER= SMTP_PASSWORD= # Application Branding (optional - override support email if needed) SUPPORT_EMAIL=contact@apocapoc.app # Email Features SEND_WELCOME_EMAIL=false # Registration Control REGISTRATION_MODE=open