interface Config {
    enableUI?: boolean;
    host?: string;
    port?: number;
    ui?: InstrumentOptions;
}

Hierarchy

  • Partial<ServerOptions>
    • Config

Properties

enableUI?: boolean

Enable the admin UI

host?: string

Server host

port?: number

Server port

Interface UI options