twitcheasy-twitch-bottwitch-authtwitch-auth-tmitwitch-chat-clienttwitch-eventsubtwitch-pubsub-clienttwitch-webhooks

EnvPortAdapterConfig

The configuration for the environment port connection adapter.

{
The host name the reverse proxy is available under.
hostName: string
The port on which the reverse proxy is available.
port?: number
Whether the reverse proxy supports SSL.
ssl?: boolean
The environment variable name the adapter should get the port from.
variableName?: string
}

Properties

hostName

Type: string

The host name the reverse proxy is available under.

port

Type: ?number

The port on which the reverse proxy is available.

ssl

Type: ?boolean

Whether the reverse proxy supports SSL.

variableName

Type: ?string

The environment variable name the adapter should get the port from.