14 lines
403 B
Plaintext
14 lines
403 B
Plaintext
# Jellycleanarr Configuration
|
|
|
|
# Jellyfin server address (including http:// or https://)
|
|
JELLYFIN_ADDRESS=https://jellyfin.example.com
|
|
|
|
# Jellyfin API key (get this from Jellyfin Dashboard -> API Keys)
|
|
JELLYFIN_API_KEY=your_api_key_here
|
|
|
|
# Optional: Jellyfin username (for future authentication methods)
|
|
# JELLYFIN_USERNAME=your_username
|
|
|
|
# Optional: Cache TTL in seconds (default: 300)
|
|
# CACHE_TTL=300
|