radio/config/localradio.env
profit 3d635b742c Initial commit: self-hosted personal radio station
Flask + React web UI with audio player, podcast queue, feed management,
episode browser, music library, schedule viewer, and log tail.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 19:01:33 -07:00

11 lines
271 B
Bash

# Local Radio Environment Configuration
# Override defaults here. Loaded by systemd services.
LOCALRADIO_BASE=/opt/localradio
# RSS poll interval in seconds (default: 300 = 5 minutes)
POLL_INTERVAL=300
# Download timeout in seconds (default: 600)
DOWNLOAD_TIMEOUT=600