1
0
mirror of https://github.com/taigrr/nats.docs synced 2025-01-18 04:03:23 -08:00

Added information about nats-account-server notifications and how to configure them.

This commit is contained in:
Alberto Ricart
2019-05-31 18:10:03 -05:00
parent 10448147d9
commit 162dd673d0
4 changed files with 112 additions and 6 deletions

View File

@@ -7,7 +7,7 @@
| `host` | Interface where the gateway will listen for incomming gateway connections. |
| `listen` | Combines `host` and `port` as `<host>:<port>` |
| `name` | Name for this cluster, all gateways belonging to the same cluster, should specify the same name. |
| `no_advertise | if `true` the leafnode shouldn't be advertised. |
| `no_advertise` | if `true` the leafnode shouldn't be advertised. |
| `port` | Port where the gateway will listen for incomming gateway connections. |
| `remotes` | List of `remote` entries specifying servers where leafnode client connection can be made. |
| `tls` | TLS configuration block (same as other nats-server `tls` configuration). |