Skip to content

Commit

Permalink
feat(installer): add a basic configuration check (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
thenextman authored Jun 18, 2024
1 parent bc2cb96 commit 2c3877e
Show file tree
Hide file tree
Showing 26 changed files with 854 additions and 21 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ Stable options are:

* **Proto** (_String_): MUST be set to `http`.
* **Domain** (_String_): The domain to request, as registered in the ngrok dashboard.
* **Metadata** (_String_): Arbitrary user-defined metadata that will appear in the ngrok service API when listing tunnel sessions.
* **CircuitBreaker** (_Ratio_): Reject requests when 5XX responses exceed this ratio.
* **Compression** (_Boolean_): Enable gzip compression for HTTP responses.

Expand Down
3 changes: 2 additions & 1 deletion package/WindowsManaged/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ Debug
Release
wix
fr-FR.*
*_missing.json
*_missing.json
packages
Loading

0 comments on commit 2c3877e

Please sign in to comment.