# Admin Credentials (REQUIRED) # Set a strong username and password for the admin account ADMIN_USERNAME=admin ADMIN_PASSWORD=changeme # JWT Secret (Optional - auto-generated if not provided) # For production, generate a secure random string: # openssl rand -base64 32 SECRET= # Application Settings (Optional) NODE_ENV=production PORT=3000 # Timezone for logs (Optional) TZ=America/New_York # Default currency for wishlist items (Optional) DEFAULT_CURRENCY=USD