Skip to content

Commit

Permalink
Fix casing mistakes in env var doc (Azure#4433)
Browse files Browse the repository at this point in the history
Found some casing mistakes a few days back, taking the time now to do a pass on the env vars to fix them.
  • Loading branch information
richma-ms authored Feb 17, 2021
1 parent a4faab5 commit 505be7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/EnvironmentVariables.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
| Https_Proxy | Address of the proxy to use for outbound HTTPS requests | string | |
| HttpSettings__Enabled | Whether the HTTP server should be enabled | bool | true |
| HttpSettings__Port | The port for the HTTP protocol head to listen on | int32 | 443 |
| HttpSettings__enableProxyPort | Enable the HTTP protocol head to additionally listen on port 8080. This is only reachable by internally by Docker vNet and used by ApiProxy module | bool | true |
| HttpSettings__EnableProxyPort | Enable the HTTP protocol head to additionally listen on port 8080. This is only reachable by internally by Docker vNet and used by ApiProxy module | bool | true |
| IotHubConnectionPoolSize | Pool size for upstream AMQP connection | int32 | |
| MaxConnectedClients | Maximum number of downstream clients allowed to connect | int32 | 101 (100 clients + 1 EdgeHub) |
| MaxUpstreamBatchSize | Max number of messages to concurrently send upstream | int32 | 10 |
Expand Down

0 comments on commit 505be7a

Please sign in to comment.