fix make port and path configurable
This commit is contained in:
@ -201,7 +201,12 @@ highlight=False
|
||||
enable=True
|
||||
# connection type
|
||||
# unix = unix sockets
|
||||
# tcp = tcp (localhost only)
|
||||
method=unix
|
||||
# tcp port
|
||||
port=22447
|
||||
# socket filepath
|
||||
socketpath=/tmp/
|
||||
# allow settings to overwrite
|
||||
enableSettingsRemote=True
|
||||
# permitted settings
|
||||
|
Reference in New Issue
Block a user