-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
33 lines (27 loc) · 1.5 KB
/
.env.example
File metadata and controls
33 lines (27 loc) · 1.5 KB
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
28
29
30
31
32
33
# Discord configuration
DISCORD_TOKEN=your_discord_bot_token_here # Get this from Discord Developer Portal
DISCORD_CHANNEL_ID=123456789012345678 # Right-click on channel > Copy ID
DISCORD_CLIENT_ID=123456789012345678 # Get this from Discord Developer Portal > General Information
ENABLE_DISCORD_BOT=true # Set to 'false' to run web/API without Discord bot
# Radarr configuration
RADARR_URL=http://localhost:7878 # Change to your Radarr instance URL
RADARR_API_KEY=your_radarr_api_key_here # Get from Radarr Settings > General
# Sonarr configuration
SONARR_URL=http://localhost:8989 # Change to your Sonarr instance URL
SONARR_API_KEY=your_sonarr_api_key_here # Get from Sonarr Settings > General
# Plex configuration
PLEX_URL=http://localhost:32400 # Change to your Plex instance URL
# qBittorrent configuration
QBITTORRENT_URL=http://localhost:8080 # Change to your qBittorrent instance URL
QBITTORRENT_USERNAME=admin # qBittorrent WebUI username
QBITTORRENT_PASSWORD=adminpass # qBittorrent WebUI password
# General settings
CHECK_INTERVAL=300 # How often to check for downloads (in seconds)
HEALTH_CHECK_INTERVAL=60 # How often to check service health (in seconds)
VERBOSE=false # Set to 'true' for detailed logging
MIN_REFRESH_INTERVAL=30 # Minimum UI refresh interval (seconds)
MAX_REFRESH_INTERVAL=600 # Maximum UI refresh interval (seconds)
# Web/API Server
SERVER_PORT=8080
# SSO-protected deployment (no in-app admin API key). Configure SSO at your proxy.
CORS_ORIGIN=* # Optional CORS origin for API