fix make port and path configurable
This commit is contained in:
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user