couch-kit
    Preparing search index...

    Interface CouchKitHostConfig

    interface CouchKitHostConfig {
        devMode?: boolean;
        devServerUrl?: string;
        port?: number;
        staticDir?: string;
    }
    Index
    devMode?: boolean
    devServerUrl?: string
    port?: number
    staticDir?: string