Clarify node configuration in docs

This commit is contained in:
2025-10-16 21:50:06 +02:00
parent 9f3c01384b
commit e97ca727d1
3 changed files with 7 additions and 2 deletions

View File

@@ -261,7 +261,7 @@ nodes: # Node configuration map
```
**Node Configuration Fields:**
- `local_node`: Specifies which node in the `nodes` map represents the local node
- `local_node`: Specifies which node in the `nodes` map represents the local node. Must match exactly what other nodes call this node.
- `nodes`: Map of node configurations
- `address`: HTTP/HTTPS URL of the remote node (empty for local node)
- `api_key`: Management API key for authenticating with the remote node