19 lines
397 B
Plaintext
19 lines
397 B
Plaintext
# Server Configuration
|
|
PORT=3001
|
|
|
|
# SABnzbd Configuration
|
|
SABNZBD_URL=http://localhost:8080
|
|
SABNZBD_API_KEY=your_sabnzbd_api_key
|
|
|
|
# Sonarr Configuration
|
|
SONARR_URL=http://localhost:8989
|
|
SONARR_API_KEY=your_sonarr_api_key
|
|
|
|
# Radarr Configuration
|
|
RADARR_URL=http://localhost:7878
|
|
RADARR_API_KEY=your_radarr_api_key
|
|
|
|
# Emby Configuration
|
|
EMBY_URL=http://localhost:8096
|
|
EMBY_API_KEY=your_emby_api_key
|