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

@ -188,10 +188,15 @@ cursor=True
highlight=False
[remote]
enabled=True
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

View File

@ -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

View File

@ -199,10 +199,15 @@ cursor=True
highlight=False
[remote]
enabled=True
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

View File

@ -144,10 +144,15 @@ cursor=True
highlight=False
[remote]
enabled=True
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

View File

@ -198,10 +198,15 @@ cursor=True
highlight=False
[remote]
enabled=True
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