Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServerConfig

A set of properties defining the configuration of the server.

Hierarchy

  • ServerConfig

Index

Properties

Properties

Optional address

address: string

An Express compatible address for the server to bind to.

Optional bootMessage

bootMessage: string

A message that you'd like printed to the screen when the server is started.

Optional port

port: number

An Express compatible port for the server to bind to.

Generated using TypeDoc