diff options
| -rw-r--r-- | man/meshbay-node.1 | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/man/meshbay-node.1 b/man/meshbay-node.1 index 9d869ae..8ccef2e 100644 --- a/man/meshbay-node.1 +++ b/man/meshbay-node.1 @@ -393,11 +393,6 @@ Keystore passphrase for unattended startup (alternative to .BR unlock_file ). . .TP -.B MESHBAY_PASSWORD -Hub login password (used by the systemd service via -.IR node.env ). -. -.TP .B MESHBAY_TMDB_DEFAULT_TOKEN TMDB API token for the Videos app metadata enrichment (optional). . @@ -409,10 +404,11 @@ Default configuration file. .TP .I ~/.config/meshbay/node.env Environment file read by the systemd service. Contains secrets such as -.BR MESHBAY_PASSWORD , -.BR MESHBAY_UNLOCK_KEY , -and optionally +.BR MESHBAY_UNLOCK_KEY +and, optionally, .BR MESHBAY_TMDB_DEFAULT_TOKEN . +The node authenticates to the hub with its own Ed25519 identity key, not a +password, so no hub credential lives here. . .TP .I ~/.config/meshbay/keystore.enc |