Saxonberg Server API
    Preparing search index...

    Interface AppBootstrapConfig

    interface AppBootstrapConfig {
        dbName: string;
        mongoUri: string;
    }
    Index

    Properties

    Properties

    dbName: string

    Database name within the Mongo cluster.

    mongoUri: string

    Mongo connection URI.