Type alias ServerOptions

ServerOptions: {
    Probot: typeof Probot;
    cwd?: string;
    host?: string;
    log?: Logger;
    loggingOptions?: LoggingOptions;
    port?: number;
    request?: RequestRequestOptions;
    webhookPath?: string;
    webhookProxy?: string;
}

Type declaration

  • Probot: typeof Probot
  • Optional cwd?: string
  • Optional host?: string
  • Optional log?: Logger
  • Optional loggingOptions?: LoggingOptions
  • Optional port?: number
  • Optional request?: RequestRequestOptions
  • Optional webhookPath?: string
  • Optional webhookProxy?: string