added config settings for ssl
This commit is contained in:
parent
3d26ac275f
commit
dececd9372
1 changed files with 5 additions and 0 deletions
|
@ -7,6 +7,11 @@ Host=0.0.0.0
|
||||||
# new WebSocket("ws://" + window.location.hostname ...
|
# new WebSocket("ws://" + window.location.hostname ...
|
||||||
Port=5678
|
Port=5678
|
||||||
|
|
||||||
|
# set to True if SSL will be used
|
||||||
|
Ssl=False
|
||||||
|
SslCert=/path/to/cert
|
||||||
|
SslKey=/path/to/keyfile
|
||||||
|
|
||||||
# This defines the maximum amount of loglines to be sent on initial opening of the dashboard
|
# This defines the maximum amount of loglines to be sent on initial opening of the dashboard
|
||||||
MaxLines=500
|
MaxLines=500
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue