updates
This commit is contained in:
13
.env.example
Normal file
13
.env.example
Normal file
@@ -0,0 +1,13 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user