Skip to content

Commit

Permalink
chore(config.md): use env=prod instead of region (#383)
Browse files Browse the repository at this point in the history
The example mentions region under labels which causes confusion for new
users thinking that setting region in the label will affect the agent
region.
  • Loading branch information
nijikokun authored Jul 27, 2023
1 parent 295350a commit d4d3443
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/secure-tunnels/ngrok-agent/reference/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ Each tunnel you define is a map of configuration option names to values. The nam
tunnels:
my-cool-website:
labels:
- region=us-east
- env=prod
- team=infra
addr: 8000
inspect: false
Expand Down Expand Up @@ -418,7 +418,7 @@ Below is an example configuration file with all the options filled in.
my-cool-website:
labels:
- region=us-east
- env=prod
- team=infra
addr: 8000
oauth:
Expand Down

1 comment on commit d4d3443

@vercel
Copy link

@vercel vercel bot commented on d4d3443 Jul 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ngrok-docs – ./

ngrok-docs-git-main-ngrok-dev.vercel.app
ngrok-docs-ngrok-dev.vercel.app
ngrok-docs.vercel.app

Please sign in to comment.