Environment Variables

This file contains configuration variables used by the service.

Variable Name Value
SERVICE_NAME my-service
DB_HOST localhost
JWT_SECRET SecureKey123!@#%
MONGO_URI mongodb://user:password@example.com/dbname
CACHE_TTL 3600
EMAIL_USER admin@example.com
EMAIL_PASS SecretPass123$%&*
LOG_LEVEL info
MAX_MEMORY 512M
UPLOAD_DIR /var/www/uploads

Note: All values are placeholder values. Please replace them with actual values before deployment.