ecr-viewer
    Preparing search index...
    interface EcrMetadataStorage {
        DATABASE_URL?: string;
        DB_CIPHER?: string;
        SQL_SERVER_HOST?: string;
        SQL_SERVER_PASSWORD?: string;
        SQL_SERVER_USER?: string;
    }

    Hierarchy (View Summary)

    Index

    eCR Library Metadata

    These variables are used to configure the metadata database.

    SQL Server

    These variables are deprecated. Please use eCR Library Metadata instead. DATABASE_URL

    eCR Library Metadata

    DATABASE_URL?: string

    Connection URL for the database.

    DB_CIPHER?: string

    Cipher key for database encryption if different then the default.

    SQL Server

    SQL_SERVER_HOST?: string

    Hostname for SQL Server database.

    Since v3.1.0 - use DATABASE_URL

    SQL_SERVER_PASSWORD?: string

    Password for SQL Server authentication.

    Since v3.1.0 - use DATABASE_URL

    SQL_SERVER_USER?: string

    Username for SQL Server authentication.

    Since v3.1.0 - use DATABASE_URL