The Lambda Lab
/
projects
/
qwikboard.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6af0599
)
Improved comments in config file.
author
plugd
<plugd@thelambdalab.xyz>
Thu, 15 Aug 2024 15:11:10 +0000
(17:11 +0200)
committer
plugd
<plugd@thelambdalab.xyz>
Thu, 15 Aug 2024 15:11:10 +0000
(17:11 +0200)
qwikboard
patch
|
blob
|
history
diff --git
a/qwikboard
b/qwikboard
index
2a9de2b
..
cfd26c9
100755
(executable)
--- 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()