mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 10:51:02 +01:00
- config changes to allow for single app sync - new command to sync - some code reformatting in import/export to allow for temp files - updated readme to reflect syncing capability
39 lines
808 B
JSON
39 lines
808 B
JSON
{
|
|
"master": {
|
|
"sonarr": {
|
|
"base_url": "http://localhost:8989",
|
|
"api_key": "API_KEY_HERE"
|
|
},
|
|
"radarr": {
|
|
"base_url": "http://localhost:7878",
|
|
"api_key": "API_KEY_HERE"
|
|
}
|
|
},
|
|
"extra_installations": {
|
|
"radarr": [
|
|
{
|
|
"name": "extra_radarr1",
|
|
"base_url": "http://localhost:7788",
|
|
"api_key": "API_KEY_HERE"
|
|
},
|
|
{
|
|
"name": "extra_radarr2",
|
|
"base_url": "http://localhost:7789",
|
|
"api_key": "API_KEY_HERE"
|
|
}
|
|
],
|
|
"sonarr": [
|
|
{
|
|
"name": "extra_sonarr1",
|
|
"base_url": "http://localhost:8988",
|
|
"api_key": "API_KEY_HERE"
|
|
},
|
|
{
|
|
"name": "extra_sonarr2",
|
|
"base_url": "http://localhost:8987",
|
|
"api_key": "API_KEY_HERE"
|
|
}
|
|
]
|
|
}
|
|
}
|