Files
MediaManager/Writerside/topics/Indexer-Settings.md
maxDorninger 626aa85d48 add docs
2025-05-30 22:40:14 +02:00

10 lines
758 B
Markdown

# Indexer Settings
## Prowlarr
| Variable | Description | Default | Example | Required (if Prowlarr enabled) |
|--------------------|-------------------------------------|-------------------------|------------------------|--------------------------------|
| `PROWLARR_ENABLED` | Set to `True` to enable Prowlarr. | `True` | `true` | No |
| `PROWLARR_API_KEY` | Your Prowlarr API key. | - | `prowlarr_api_key` | Yes |
| `PROWLARR_URL` | Base URL of your Prowlarr instance. | `http://localhost:9696` | `http://prowlarr:9696` | No |