fix make port and path configurable

This commit is contained in:
chrys
2018-09-07 21:19:21 +02:00
parent 0d0985af9d
commit 6b8c24831c
7 changed files with 38 additions and 14 deletions

View File

@ -84,6 +84,8 @@ settingsData = {
'remote':{
'enabled': True,
'method': 'unix',
'port': 22447,
'socketpath':'/tmp/',
'enableSettingsRemote': True,
'allowSettings': 'barrier#enabled',
'enableCommandRemote': True,