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

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.