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

adding accounts to nats-server config table

This commit is contained in:
ainsley 2020-02-07 14:57:40 -06:00
parent 1f80f33ab5
commit 7320c670b1

View File

@ -107,6 +107,7 @@ authorization: {
| Property | Description | | Property | Description |
| :--- | :--- | | :--- | :--- |
| [`authorization`](securing_nats/auth_intro/) | Configuration map for client authentication/authorization | | [`authorization`](securing_nats/auth_intro/) | Configuration map for client authentication/authorization |
| [`accounts`](securing_nats/auth_intro/accounts) | Configuration map for accounts |
| [`cluster`](clustering/cluster_config.md) | Configuration map for clustering configuration | | [`cluster`](clustering/cluster_config.md) | Configuration map for clustering configuration |
| `connect_error_reports` | Number of attempts at which a repeated failed route, gateway or leaf node connection is reported. Default is 3600, approx every hour. | | `connect_error_reports` | Number of attempts at which a repeated failed route, gateway or leaf node connection is reported. Default is 3600, approx every hour. |
| `debug` | If `true` enable debug log messages | | `debug` | If `true` enable debug log messages |