-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add additional space for items under the agent section
- Loading branch information
Showing
1 changed file
with
26 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,15 +60,16 @@ agent: | |
# | API Key | | ||
# ---------------------------------------------------------------------- | ||
|
||
# The ngrok API key used to connect to the ngrok API. | ||
# The ngrok API key used to connect to the ngrok API. This is nested in | ||
# the agent | ||
# | ||
# (!) This is only needed when using the ngrok api command and should | ||
# not be confused with the authtoken. | ||
# | ||
# (1) You can obtain and manage your API Keys through the dashboard: | ||
# https://dashboard.ngrok.com/api-keys | ||
|
||
# api_key: 24yRd5U3DestCQapJrrVHLOqiAC_7RviwRqpd3wc9dKLujQZN | ||
# api_key: 24yRd5U3DestCQapJrrVHLOqiAC_7RviwRqpd3wc9dKLujQZN | ||
|
||
# ---------------------------------------------------------------------- | ||
# | Connect Timeout | | ||
|
@@ -79,7 +80,7 @@ agent: | |
# | ||
# Accepts duration, the default is 10s | ||
|
||
# connect_timeout: 10s | ||
# connect_timeout: 10s | ||
|
||
# ---------------------------------------------------------------------- | ||
# | Console UI | | ||
|
@@ -92,7 +93,7 @@ agent: | |
# false - Disable the console UI, use structured log format. | ||
# iftty - (Default) Enable UI only if standard out is a TTY. | ||
|
||
# console_ui: iftty | ||
# console_ui: iftty | ||
|
||
# ---------------------------------------------------------------------- | ||
# | Console UI Color | | ||
|
@@ -103,7 +104,7 @@ agent: | |
# To use a color other than black, set to `transparent` and adjust your | ||
# terminal's background. | ||
|
||
# console_ui_color: transparent | ||
# console_ui_color: transparent | ||
|
||
# ---------------------------------------------------------------------- | ||
# | CRL No Verify | | ||
|
@@ -113,7 +114,7 @@ agent: | |
# | ||
# Accepts a boolean. Default is `false`. | ||
|
||
# crl_noverify: false | ||
# crl_noverify: false | ||
|
||
# ---------------------------------------------------------------------- | ||
# | DNS Resolver IPs | | ||
|
@@ -123,9 +124,9 @@ agent: | |
# | ||
# Defaults to using the local system DNS servers. | ||
|
||
# dns_resolver_ips: | ||
# - 1.1.1.1 | ||
# - 8.8.8.8 | ||
# dns_resolver_ips: | ||
# - 1.1.1.1 | ||
# - 8.8.8.8 | ||
|
||
# ---------------------------------------------------------------------- | ||
# | Heartbeat Interval | | ||
|
@@ -136,7 +137,7 @@ agent: | |
# | ||
# Accepts a duration (e.g., 10s, 1m). The default value is `10s`. | ||
|
||
# heartbeat_interval: 10s | ||
# heartbeat_interval: 10s | ||
|
||
# ---------------------------------------------------------------------- | ||
# | Heartbeat Tolerance | | ||
|
@@ -147,7 +148,7 @@ agent: | |
# | ||
# Accepts a duration (e.g., 10s, 1m). The default value is `15s`. | ||
|
||
# heartbeat_tolerance: 15s | ||
# heartbeat_tolerance: 15s | ||
|
||
# ---------------------------------------------------------------------- | ||
# | Inspect DB Size | | ||
|
@@ -160,7 +161,7 @@ agent: | |
# | ||
# (!) To disable inspection for all endpoints, set the value to `-1`. | ||
|
||
# inspect_db_size: 52428800 # 50MB | ||
# inspect_db_size: 52428800 # 50MB | ||
|
||
# ---------------------------------------------------------------------- | ||
# | Log Level | | ||
|
@@ -175,7 +176,7 @@ agent: | |
# info - (Default) Informational messages. | ||
# debug - Detailed debugging info. | ||
|
||
# log_level: info | ||
# log_level: info | ||
|
||
# ---------------------------------------------------------------------- | ||
# | Log Format | | ||
|
@@ -188,7 +189,7 @@ agent: | |
# json - Newline-separated JSON objects. | ||
# term - Colored format for TTY; otherwise, same as logfmt. | ||
|
||
# log_format: json | ||
# log_format: json | ||
|
||
# ---------------------------------------------------------------------- | ||
# | Log | | ||
|
@@ -202,7 +203,7 @@ agent: | |
# false - disable logging | ||
# <path> - write log records to file path on disk | ||
|
||
# log: /var/log/ngrok.log | ||
# log: /var/log/ngrok.log | ||
|
||
# ---------------------------------------------------------------------- | ||
# | Metadata | | ||
|
@@ -212,7 +213,7 @@ agent: | |
# | ||
# Maximum 4096 characters. | ||
|
||
# metadata: '{"serial": "00012xa-33rUtz9", "comment": "For customer [email protected]"}' | ||
# metadata: '{"serial": "00012xa-33rUtz9", "comment": "For customer [email protected]"}' | ||
|
||
# ---------------------------------------------------------------------- | ||
# | Proxy URL | | ||
|
@@ -223,7 +224,7 @@ agent: | |
# (!) ngrok will also respect the `http_proxy`, `http_proxy_env`, and `socks5_proxy` | ||
# environment variables. | ||
|
||
# proxy_url: socks5://localhost:9150 | ||
# proxy_url: socks5://localhost:9150 | ||
|
||
# ---------------------------------------------------------------------- | ||
# | Remote Management | | ||
|
@@ -234,7 +235,7 @@ agent: | |
# | ||
# Defaults to `true`. | ||
|
||
# remote_management: false | ||
# remote_management: false | ||
|
||
# ---------------------------------------------------------------------- | ||
# | Root CAs | | ||
|
@@ -248,7 +249,7 @@ agent: | |
# host - Use the root certificates trusted by the host's OS (useful for MITM proxies with DPI). | ||
# <path> - Path to a PEM file with additional trusted certificate authorities. | ||
|
||
# root_cas: trusted | ||
# root_cas: trusted | ||
|
||
# ---------------------------------------------------------------------- | ||
# | Update Channel | | ||
|
@@ -263,7 +264,7 @@ agent: | |
# unstable - Nightly builds; may be unstable. Not for production. | ||
# beta - Beta builds; may be unstable. Not for production. | ||
|
||
# update_channel: stable | ||
# update_channel: stable | ||
|
||
# ---------------------------------------------------------------------- | ||
# | Update Check | | ||
|
@@ -273,7 +274,7 @@ agent: | |
# | ||
# Defaults to true. | ||
|
||
# update_check: false | ||
# update_check: false | ||
|
||
# ---------------------------------------------------------------------- | ||
# | Web Address | | ||
|
@@ -284,7 +285,7 @@ agent: | |
# https://ngrok.com/docs/agent/web-inspection-interface/ | ||
# https://ngrok.com/docs/agent/api/ | ||
|
||
# web_addr: localhost:4040 | ||
# web_addr: localhost:4040 | ||
|
||
# ---------------------------------------------------------------------- | ||
# | Web Allow Hosts | | ||
|
@@ -304,9 +305,9 @@ agent: | |
# The default only allows localhost-like Hosts (localhost, 127.0.0.1, | ||
# ::1, etc.). | ||
|
||
# web_allow_hosts: | ||
# - 8.8.8.8 | ||
# - example.com | ||
# web_allow_hosts: | ||
# - 8.8.8.8 | ||
# - example.com | ||
|
||
# ###################################################################### | ||
# # Endpoints Configuration # | ||
|