Type alias MockServerConfig

MockServerConfig: { debug?: Debug; hostname?: string; port?: string; users?: Record<string, { password?: string; publicKey?: string }> }

Configuration that can be passed to the server at creation to control it's behavior

Type declaration

  • Optional debug?: Debug
  • Optional hostname?: string
  • Optional port?: string
  • Optional users?: Record<string, { password?: string; publicKey?: string }>

Generated using TypeDoc