PG→Mongo Ingest CLI - v1.0.0
    Preparing search index...

    Interface AppConfig

    interface AppConfig {
        pgConnection: string;
        mongoUri: string;
        tenantId: string;
        envName: string;
        nodeEnv: string;
        batchSize: number;
        pgSslRejectUnauthorized?: boolean;
        pgSslMode?: "disable" | "require" | "no-verify" | "verify-full";
    }
    Index

    Properties

    pgConnection: string
    mongoUri: string
    tenantId: string
    envName: string
    nodeEnv: string
    batchSize: number
    pgSslRejectUnauthorized?: boolean
    pgSslMode?: "disable" | "require" | "no-verify" | "verify-full"