Say what the include layer exports and what it reads from conf
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user