Say what the include layer exports and what it reads from conf

This commit is contained in:
Gmer4Lfe
2026-08-25 16:29:57 -04:00
parent 3fc14d16bf
commit 2c3c88d067
5 changed files with 59 additions and 4 deletions
+10
View File
@@ -52,6 +52,16 @@
// vv_nc_send() store + deliver to the channel's other members
// vv_nc_delete_local() forget one message on this machine
// vv_nc_flush_spool() retry undelivered
//
// CONFIGURATION
// host*.conf
// <HOST>_SSH_KEY private key used to reach the channel's other members. Missing or not a
// file means delivery is skipped and the message is spooled — stored here
// and retried later, never reported as failed.
// <HOST> each member's hostname, looked up by the id in the channel definition.
//
// The store's own paths are defines, not conf: VV_NC_DIR under DATA_DIR/db, its .spool
// subdirectory, and VV_NC_KEEP — the per-channel message retention, fixed at 300.
// ═══════════════════════════════════════════════════════════════════════════════════════════════
require_once __DIR__ . '/config.php';