Adds undocumented enviromental variables to Readme

This commit is contained in:
Kyle Harrison 2020-05-02 17:00:34 +01:00 committed by Werner Beroux
parent 88b80895ff
commit a94a16bf39
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ Additionally, you can specify one of several environment variable (via `-e`) to
* `NGROK_REGION` - Location of the ngrok tunnel server; can be `us` (United States, default), `eu` (Europe), `ap` (Asia/Pacific) or `au` (Australia)
* `NGROK_LOOK_DOMAIN` - This is the domain name referred to by ngrok. (default: localhost).
* `NGROK_BINDTLS` - Toggle tunneling only HTTP or HTTPS traffic. When `true`, Ngrok only opens the HTTPS endpoint. When `false`, Ngrok only opens the HTTP endpoint
* `NGROK_HEADER` - Rewrites the Host header for incoming HTTP requests to determine which development site to display.
* `NGROK_DEBUG` - Toggle output of logs. When `true`, Ngrok will output logs to stdout.
#### Full example