# accounts

Hot Reloadable

Static config-defined accounts.

## Properties

| Name                                                                        | Description                                                                                                       | Type         | Default | Reloadable |
| --------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- | ------------ | ------- | ---------- |
| [`users`](/reference/config/accounts/users/.md)                             | A list of users under this account.                                                                               | `object`     | -       | Yes        |
| [`exports`](/reference/config/accounts/exports/.md)                         | A list of exports for this account.                                                                               | `object`     | -       | Yes        |
| [`imports`](/reference/config/accounts/imports/.md)                         | A list of imports for this account.                                                                               | `object`     | -       | Yes        |
| [`nkey`](/reference/config/accounts/nkey.md)                                | Public nkey associated with this account. TODO: when should this be used?                                         | `string`     | -       | Yes        |
| [`jetstream`](/reference/config/accounts/jetstream/.md)                     |                                                                                                                   | `(multiple)` | -       | Yes        |
| [`default_permissions`](/reference/config/accounts/default_permissions/.md) | The default permissions applied to users within this account, if permissions are not explicitly defined for them. | `object`     | -       | Yes        |
| [`mappings`](/reference/config/accounts/mappings/.md)                       |                                                                                                                   | `(multiple)` | -       | Yes        |
| [`limits`](/reference/config/accounts/limits/.md)                           |                                                                                                                   | `object`     | -       | Yes        |
