probot
    Preparing search index...

    Type Alias ServerOptions

    type ServerOptions = {
        cwd?: string;
        enableNotFound?: boolean;
        enablePing?: boolean;
        enableStaticFiles?: boolean;
        host?: string;
        log?: Logger;
        loggingOptions?: LoggingOptions;
        port?: number;
        Probot: typeof Probot;
        request?: RequestRequestOptions;
        webhookPath?: string;
        webhookProxy?: string;
    }
    Index

    Properties

    cwd?: string
    enableNotFound?: boolean
    enablePing?: boolean
    enableStaticFiles?: boolean
    host?: string
    log?: Logger
    loggingOptions?: LoggingOptions
    port?: number
    Probot: typeof Probot
    request?: RequestRequestOptions
    webhookPath?: string
    webhookProxy?: string