{}
Whether to add additional helper routes such as the test route at the root.
helperRoutes?: boolean
Options to pass to the logger.
logger?: Partial<LoggerOptions>
Your EventSub secret.
secret: string
Whether to ignore packets that are not sent with a Host header matching the configured host name.
strictHostCheck?: boolean
Properties
helperRoutes
Type: ?boolean
Whether to add additional helper routes such as the test route at the root.
Enabled by default. Set this to false
to disable it.
secret
Type: string
Your EventSub secret.
This should be a randomly generated string, but it should be the same between restarts.
WARNING: Please do not use your application's client secret!