torrentio-scraper/addon/.env.example
2025-09-17 00:01:35 -07:00

17 lines
No EOL
437 B
Text

# 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