{
}
The host name the server is available under.
hostName:
string
The port the server should listen to.
listenerPort:
number
The SSL keychain that should be used to make the server
available using a secure connection.
Properties
sslCert
Type: ?WebHookListenerCertificateConfig
The SSL keychain that should be used to make the server available using a secure connection.
If this is not given and there is no reverse proxy that handles incoming SSL connections, the server will only be available via HTTP. This means it can only listen to unauthenticated topics (stream changes and follows).