forked from windoze95/nullfeed-backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
27 lines (19 loc) · 692 Bytes
/
.env.example
File metadata and controls
27 lines (19 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# NullFeed Backend Configuration
# Copy this file to .env and adjust values as needed.
# API listen port
TUBEVAULT_PORT=8484
# Anthropic API key for AI recommendations (required for Discover tab)
ANTHROPIC_API_KEY=
# Max simultaneous yt-dlp downloads
DOWNLOAD_CONCURRENCY=2
# Default download quality: 720p | 1080p | 4k | best
MEDIA_QUALITY=1080p
# How often (in minutes) to poll subscribed channels for new uploads
CHECK_INTERVAL_MINUTES=60
# User/group ID for file permissions (Unraid standard)
PUID=1000
PGID=1000
# Redis URL (internal; override only if using external Redis)
REDIS_URL=redis://localhost:6379/0
# Database path
DATABASE_URL=sqlite+aiosqlite:////data/db/nullfeed.db