diff --git a/docs/agent/config/_global-configuration.mdx b/docs/agent/config/_global-configuration.mdx index b3b02aabd..1bdbd1686 100644 --- a/docs/agent/config/_global-configuration.mdx +++ b/docs/agent/config/_global-configuration.mdx @@ -24,7 +24,7 @@ The following is a list of options that can be configured at the root of your co | [remote_management](#remote_management) | Set this to `true` to allow the ngrok agent to be remotely managed (stop, restart, update). Defaults to `true`. | | [root_cas](#root_cas) | The root certificate authorities used to validate the TLS connection to the ngrok server. | | [server_addr](#server_addr) | This is the URL of the ngrok server to connect to. You should only set this if you are using a custom ingress URL. | -| [tunnels](#tunnels) | A map of names to tunnel definitions (_Deprecated_). See [tunnel definitions](/docs/agent/config/v2/#tunnel-configurations) for more details. | +| [tunnels](#tunnels) | A map of names to tunnel definitions (_Deprecated_). See [tunnel definitions](/docs/agent/config/v2/#tunnel-configurations) for more details. | | [update_channel](#update_channel) | The update channel determines the stability of released builds to update to. Use `stable` for all production deployments. | | [update_check](#update_check) | This tells the ngrok agent if it should check for updates. Defaults to `true`. | | [version](#version) | Specifies the version of the config file to use. |