-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
22 lines (21 loc) · 1.34 KB
/
.env.example
File metadata and controls
22 lines (21 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Optional OpenAPI overrides for code generation
# Defaults come from the checked-in files under specs/*.json.
RADARR_OPENAPI_URL=https://raw.githubusercontent.com/Radarr/Radarr/develop/src/Radarr.Api.V3/openapi.json
SONARR_OPENAPI_URL=https://raw.githubusercontent.com/Sonarr/Sonarr/develop/src/Sonarr.Api.V3/openapi.json
LIDARR_OPENAPI_URL=https://raw.githubusercontent.com/lidarr/Lidarr/develop/src/Lidarr.Api.V1/openapi.json
READARR_OPENAPI_URL=https://raw.githubusercontent.com/Readarr/Readarr/develop/src/Readarr.Api.V1/openapi.json
PROWLARR_OPENAPI_URL=https://raw.githubusercontent.com/Prowlarr/Prowlarr/develop/src/Prowlarr.Api.V1/openapi.json
BAZARR_OPENAPI_URL=https://your-bazarr-instance.com/api/swagger.json
BAZARR_OPENAPI_API_KEY=your-bazarr-api-key
QBITTORRENT_OPENAPI_URL=https://raw.githubusercontent.com/qbittorrent-ecosystem/webui-api-openapi/master/specs/v2.8.3/build/openapi.yaml
SEERR_OPENAPI_URL=https://raw.githubusercontent.com/seerr-team/seerr/main/seerr-api.yml
# Runtime Configuration (for testing)
RADARR_BASE_URL=https://your-radarr-instance.com
RADARR_API_KEY=your-radarr-api-key
SONARR_BASE_URL=https://your-sonarr-instance.com
SONARR_API_KEY=your-sonarr-api-key
QBITTORRENT_BASE_URL=http://localhost:8080
QBITTORRENT_USERNAME=admin
QBITTORRENT_PASSWORD=adminadmin
SEERR_BASE_URL=http://localhost:5055
SEERR_API_KEY=your-seerr-api-key