# gateways

Hot Reloadable

List of gateway entries.

## Properties

| Name                                                 | Description                                                                                                                                                                                                                                                                           | Type     | Default | Reloadable |
| ---------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------- | ------- | ---------- |
| [`name`](/reference/config/gateway/gateways/name.md) | Name of the gateway being connected to.                                                                                                                                                                                                                                               | `string` | -       | Yes        |
| [`url`](/reference/config/gateway/gateways/url.md)   | A single URL to connect to.                                                                                                                                                                                                                                                           | `string` | -       | Yes        |
| [`urls`](/reference/config/gateway/gateways/urls.md) | A list of URLs to connect to (multiple servers in a cluster).                                                                                                                                                                                                                         | `string` | -       | Yes        |
| [`tls`](/reference/config/gateway/gateways/tls/.md)  | A TLS configuration map for creating a secure gateway connection. If the top-level `gateway{}` tls block contains certificates that have both client and server purposes, it is possible to omit this one and the server will use the certificates from the `gateway{tls{}}` section. | `object` | -       | Yes        |
