AutoBE
    Preparing search index...

    Uses externally provided environment variables for the runtime database.

    interface IExternalPostgres {
        env: Record<string, string>;
        type: "external";
    }
    Index

    Properties

    Properties

    env: Record<string, string>
    type: "external"