Skip to content

Commit

Permalink
Update for more explicit language
Browse files Browse the repository at this point in the history
  • Loading branch information
KristopherPaulsen committed Aug 26, 2024
1 parent 015ad26 commit 4002a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/agent/config/_global-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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. See [V2 agent config 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. |
Expand Down

0 comments on commit 4002a63

Please sign in to comment.