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

MiddlewareAdapterConfig

The configuration of the middleware connection adapter.

{
The host name the root application is available under.
hostName: string
The path your listener is mounted under.
pathPrefix?: string
The port on which the root application is available.
port?: number
}

Properties

hostName

Type: string

The host name the root application is available under.

pathPrefix

Type: ?string

The path your listener is mounted under.

port

Type: ?number

The port on which the root application is available.