# Hotel 777 - Environment Configuration # Copy this file to .env and fill in your values # API Key for external access (required) HOTEL777KEY=your-secret-api-key-here # JWT Secret for token signing (required) - minimum 32 characters JWT_SECRET=your-jwt-secret-min-32-characters-here # Admin credentials (required for first run) ADMIN_LOGIN=admin ADMIN_PASSWORD=your-admin-password # Monitoring credentials (optional) MONITORING_USER=monitoring MONITORING_PASSWORD=monitoring123 # Server port (optional, default: 3000) # PORT=3000