adjust default config to defaults for sonarr/radarr.

pull/1/head
l3uddz 7 years ago
parent 6ab67664e3
commit f170121825

@ -15,13 +15,13 @@ base_config = {
'sonarr': { 'sonarr': {
'url': 'http://localhost:8989', 'url': 'http://localhost:8989',
'api_key': '', 'api_key': '',
'profile': 'WEBDL-1080p', 'profile': 'HD-1080p',
'root_folder': '/tv/' 'root_folder': '/tv/'
}, },
'radarr': { 'radarr': {
'url': 'http://localhost:8989', 'url': 'http://localhost:7878',
'api_key': '', 'api_key': '',
'profile': 'Remux', 'profile': 'HD-1080p',
'root_folder': '/movies/' 'root_folder': '/movies/'
}, },
'filters': { 'filters': {

Loading…
Cancel
Save