Constructor
new EnvPortAdapter(options)
Creates a new environment port connection adapter.
| Parameter | Type | Description | 
|---|---|---|
| options | EnvPortAdapterConfig | |
| options.hostName | string | The host name the reverse proxy is available under.  | 
| options.port | number | The port on which the reverse proxy is available.  | 
| options.ssl | boolean | Whether the reverse proxy supports SSL.  | 
| options.variableName | string | The environment variable name the adapter should get the port from.  |