@vectorize-io/vectorize-client
    Preparing search index...

    Interface POSTGRESQLAuthConfig

    Authentication configuration for PostgreSQL

    POSTGRESQLAuthConfig

    interface POSTGRESQLAuthConfig {
        database: string;
        host: string;
        password: string;
        port?: number;
        username: string;
    }
    Index

    Properties

    database: string

    Database. Example: Enter the database name

    POSTGRESQLAuthConfig

    host: string

    Host. Example: Enter the host of the deployment

    POSTGRESQLAuthConfig

    password: string

    Password. Example: Enter the username's password

    POSTGRESQLAuthConfig

    port?: number

    Port. Example: Enter the port of the deployment

    POSTGRESQLAuthConfig

    username: string

    Username. Example: Enter the username

    POSTGRESQLAuthConfig