-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.env.template
40 lines (31 loc) · 1013 Bytes
/
.env.template
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
34
35
36
37
38
39
40
# Core Settings
# Sonarr Configuration
SONARR_URL=http://localhost:8989
SONARR_API_KEY=your_sonarr_api_key
# Prowlarr Configuration
PROWLARR_URL=http://localhost:9696
PROWLARR_API_KEY=your_prowlarr_api_key
# Overseerr Configuration
OVERSEERR_URL=http://localhost:5055
OVERSEERR_API_KEY=your_overseerr_api_key
# Gotify Configuration
GOTIFY_URL=http://localhost:8080
GOTIFY_APP_TOKEN=your_gotify_app_token
GOTIFY_CLIENT_TOKEN=your_gotify_client_token # Optional, for receiving messages
# Tautulli Configuration
TAUTULLI_API_KEY=your_tautulli_api_key_here
TAUTULLI_URL=http://localhost:8181
# Sabnzbd Configuration
SABNZBD_API_KEY=your_sabnzbd_api_key_here
SABNZBD_URL=http://localhost:8080
# qBittorrent Configuration
QBITTORRENT_API_KEY=your_qbittorrent_api_key_here
QBITTORRENT_URL=http://localhost:8080
# Radarr Configuration
RADARR_API_KEY=your_radarr_api_key_here
RADARR_URL=http://localhost:7878
# Common Configuration
LOG_LEVEL=info
RETRY_ATTEMPTS=3
REQUEST_TIMEOUT=30000
RATE_LIMIT_PER_SECOND=2