From: plugd Date: Thu, 15 Aug 2024 15:11:10 +0000 (+0200) Subject: Improved comments in config file. X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?a=commitdiff_plain;h=3bd258c6a49d4233b7b3e9f95e626cf598f3cf05;p=qwikboard.git Improved comments in config file. --- diff --git a/qwikboard b/qwikboard index 2a9de2b..cfd26c9 100755 --- a/qwikboard +++ b/qwikboard @@ -365,6 +365,11 @@ qb.conferences = { -- Ensure these point to zip and unzip on your system qb.zip = "/usr/bin/zip" qb.unzip = "/usr/bin/unzip" + +-- If you're going to be using the NNCP handler, ensure +-- this points to the nncp-file binary on your system +-- and that the handler can execute it and read your +-- system's nncp.hjson file. qb.nncp_file = "/usr/bin/nncp-file" ]]) cf:close()