CodBi
    Preparing search index...

    Interface CodbiSettings

    Defines a contract for objects representing a CodBi-Configuration.

    interface CodbiSettings {
        LDAP: { URL: string };
        Matomo: { SiteID: string; URL: string };
        OpenPLZ: { URL: string };
    }
    Index

    Properties

    Properties

    LDAP: { URL: string }

    The configuration regarding LDAP.

    Type declaration

    • URL: string

      The URL to the Formcycle-LDAP-Query to use by default.

    Matomo: { SiteID: string; URL: string }

    The configuration regarding Matomo-Tracking.

    Type declaration

    • SiteID: string

      The SiteID for tracking.

    • URL: string

      The URL to report to.

    OpenPLZ: { URL: string }

    The configuration regarding OpenPLZ.

    Type declaration

    • URL: string

      The URL to the Formcycle-OpenPLZ-Query to use by default.