From fafce842f529ada2ab1a9ef88b5454a47f54ec3a Mon Sep 17 00:00:00 2001 From: Andrea Baron Date: Mon, 17 Oct 2016 12:15:00 +0200 Subject: [PATCH] Added documentation for custom region environment variable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c63c6a8..697c866 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Additionally, you can specify one of several environment variable (via `-e`) to * `NGROK_PASSWORD` - Password to use for HTTP authentication on the tunnel. You must also specify an authentication token. * `NGROK_PROTOCOL` - Can either be `HTTP` or `TCP`, and it defaults to `HTTP` if not specified. If set to `TCP`, Ngrok will allocate a port instead of a subdomain and proxy TCP requests directly to your application. * `NGROK_PORT` - Port to expose (defaults to `80` for `HTTP` protocol). - * + * `NGROK_REGION` - Location of the ngrok tunnel server; can be `us` (United States, default), `eu` (Europe), `ap` (Asia/Pacific) or `au` (Australia) #### Full example