# Application Configuration NODE_ENV=development PORT=7000 # Database Configuration DATABASE_URI=postgres://torrentio:torrentio@localhost:5432/torrentio MONGODB_URI=mongodb://localhost:27017/torrentio-cache # Metrics Authentication METRICS_USER=admin METRICS_PASSWORD=admin # Cache Configuration CACHE_MAX_AGE=3600 # Optional: Add any additional environment variables here # that might be needed for specific features or integrations