34 lines
586 B
Plaintext
34 lines
586 B
Plaintext
[ProxyServer]
|
|
name=test-nymea-remoteproxy
|
|
writeLogs=false
|
|
logFile=/var/log/nymea-remoteproxy.log
|
|
monitorSocket=/tmp/nymea-remoteproxy-test.sock
|
|
jsonRpcTimeout=10000
|
|
authenticationTimeout=10000
|
|
inactiveTimeout=5000
|
|
aloneTimeout=10000
|
|
|
|
[SSL]
|
|
certificate=:/test-certificate.crt
|
|
certificateKey=:/test-certificate.key
|
|
certificateChain=
|
|
|
|
[WebSocketServer]
|
|
host=127.0.0.1
|
|
port=1212
|
|
|
|
[TcpServer]
|
|
host=127.0.0.1
|
|
port=1213
|
|
|
|
[UnixSocketServer]
|
|
unixSocketFileName=/tmp/nymea-remoteproxy.socket
|
|
|
|
[WebSocketServerTunnelProxy]
|
|
host=127.0.0.1
|
|
port=2212
|
|
|
|
[TcpServerTunnelProxy]
|
|
host=127.0.0.1
|
|
port=2213
|