Readonly
host: stringThe hostname to which the server should bind.
Optional
Readonly
integrations?: GoogleCloudIntegrationsConfiguration for various Google Cloud agents that can aid debugging.
Optional
Readonly
keepOptional value in milliseconds for keepalive timeout of the server. For running in Google Cloud, this should be higher than the load balancer's own keepalive timeout value, which at time of writing was indicated to be 80000ms [1].
[1] https://khanacademy.slack.com/archives/CJSE4TMQX/p1573252787333500
Defaults to 90000.
Readonly
logThe log level at which to log things. Anything at or more serious than this level will be logged.
Readonly
mode: RuntimeWhat runtime mode the server is running under.
Readonly
name: stringThe name of the server.
Readonly
port: numberThe port on which the server should listen.
Optional
Readonly
requestConfiguration information for authenticating requests.
Generated using TypeDoc
Options to configure a server.