mirror of
https://github.com/TheBeastLT/torrentio-scraper.git
synced 2026-05-16 13:01:50 +00:00
17 lines
No EOL
437 B
Text
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 |