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

Merge pull request #50 from nats-io/add_account_config

adding `accounts` to nats-server config table
This commit is contained in:
Ginger Collison 2020-02-07 15:00:34 -06:00 committed by GitHub
commit 4cc3f53e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -106,6 +106,7 @@ authorization: {
| Property | Description |
| :--- | :--- |
| [`accounts`](securing_nats/auth_intro/accounts) | Configuration map for accounts |
| [`authorization`](securing_nats/auth_intro/) | Configuration map for client authentication/authorization |
| [`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. |