From dececd9372d6b0ac2e2e2592481dd0cc9b4467c4 Mon Sep 17 00:00:00 2001 From: dl8tu Date: Sun, 14 Mar 2021 11:47:43 +0100 Subject: [PATCH] added config settings for ssl --- logtailer.ini | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/logtailer.ini b/logtailer.ini index c5702b4..216238a 100644 --- a/logtailer.ini +++ b/logtailer.ini @@ -7,6 +7,11 @@ Host=0.0.0.0 # new WebSocket("ws://" + window.location.hostname ... 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 MaxLines=500