Files
UmlautAdaptarr/UmlautAdaptarr/secrets_example.json

11 lines
287 B
JSON
Raw Normal View History

2024-02-06 23:35:06 +01:00
{
2024-02-12 21:04:18 +01:00
"SONARR_ENABLED": false,
2024-02-06 23:35:06 +01:00
"SONARR_HOST": "http://localhost:8989",
2024-02-12 21:04:18 +01:00
"SONARR_API_KEY": "",
"LIDARR_ENABLED": false,
"LIDARR_HOST": "http://localhost:8686",
2024-02-19 05:08:24 +01:00
"LIDARR_API_KEY": "",
"READARR_ENABLED": false,
"READARR_HOST": "http://localhost:8787",
"READARR_API_KEY": ""
2024-02-06 23:35:06 +01:00
}