diff --git a/leafnodes/leafnode_conf.md b/leafnodes/leafnode_conf.md index 7d75678..d032ca8 100644 --- a/leafnodes/leafnode_conf.md +++ b/leafnodes/leafnode_conf.md @@ -17,6 +17,7 @@ | Property | Description | | :------ | :---- | | `url` | Leafnode URL (URL protocol should be `nats-leaf`). | +| `urls` | Leafnode URL arrays. Supports multiple URLs for discovery.(URLs protocol should be `nats-leaf`).| | `account` | Account public key identifying the leafnode. Account must be defined locally. | | `credentials` | Credential file for connecting to the leafnode server. | | `tls` | A TLS configuration block. Leafnode client will use specified TLS certificates when connecting/authenticating. |