@refinio/one.models
    Preparing search index...

    Type Alias ConnectionsModelConfiguration

    Configuration parameters for the ConnectionsModel

    TODO: Most of the config values will come from the local instance config So each instance can decide how it can be reached.

    type ConnectionsModelConfiguration = {
        acceptIncomingConnections: boolean;
        acceptUnknownInstances: boolean;
        acceptUnknownPersons: boolean;
        allowDebugRequests: boolean;
        allowPairing: boolean;
        commServerUrl: string;
        establishOutgoingConnections: boolean;
        noExport: boolean;
        noImport: boolean;
        pairingTokenExpirationDuration: number;
    }
    Index

    Properties

    acceptIncomingConnections: boolean
    acceptUnknownInstances: boolean
    acceptUnknownPersons: boolean
    allowDebugRequests: boolean
    allowPairing: boolean
    commServerUrl: string
    establishOutgoingConnections: boolean
    noExport: boolean
    noImport: boolean
    pairingTokenExpirationDuration: number