42 lines
854 B
Plaintext
42 lines
854 B
Plaintext
[ProxyServer]
|
|
name=nymea-remoteproxy
|
|
writeLogs=false
|
|
logFile=/var/log/nymea-remoteproxy.log
|
|
logEngineEnabled=false
|
|
monitorSocket=/tmp/nymea-remoteproxy-monitor.sock
|
|
jsonRpcTimeout=10000
|
|
authenticationTimeout=8000
|
|
inactiveTimeout=8000
|
|
aloneTimeout=8000
|
|
|
|
[AWS]
|
|
region=eu-west-1
|
|
authorizerLambdaFunction=system-services-authorizer-dev-checkToken
|
|
awsCredentialsUrl=http://169.254.169.254/latest/meta-data/iam/security-credentials/EC2-Remote-Connection-Proxy-Role
|
|
|
|
[SSL]
|
|
enabled=false
|
|
certificate=/etc/ssl/certs/ssl-cert-snakeoil.pem
|
|
certificateKey=/etc/ssl/private/ssl-cert-snakeoil.key
|
|
certificateChain=
|
|
|
|
[WebSocketServer]
|
|
host=127.0.0.1
|
|
port=443
|
|
|
|
[TcpServer]
|
|
host=127.0.0.1
|
|
port=80
|
|
|
|
[UnixSocketServer]
|
|
unixSocketFileName=/run/nymea-remoteproxy.socket
|
|
|
|
[WebSocketServerTunnelProxy]
|
|
host=127.0.0.1
|
|
port=2212
|
|
|
|
[TcpServerTunnelProxy]
|
|
host=127.0.0.1
|
|
port=2213
|
|
|