split out remote backends

This commit is contained in:
chrys
2018-09-09 19:08:18 +02:00
parent 79b4ac32fb
commit d991a94451
16 changed files with 170 additions and 110 deletions

View File

@ -82,7 +82,7 @@ settingsData = {
},
'remote':{
'enabled': True,
'method': 'unix',
'driver': 'unixDriver',
'port': 22447,
'socketpath':'/tmp/',
'enableSettingsRemote': True,