Hubert - Distributed Infrastructure for Secure Multiparty Transactions - v1.0.0-alpha.20
    Preparing search index...

    Interface ServerConfig

    Configuration for the Hubert server.

    Port of struct ServerConfig from server/server.rs lines 19-30.

    interface ServerConfig {
        port: number;
        maxTtl: number;
        verbose: boolean;
    }
    Index

    Properties

    Properties

    port: number

    Port to listen on

    maxTtl: number

    Maximum TTL in seconds allowed. If a put() specifies a TTL higher than this, it will be clamped. If put() specifies None, this value will be used. Hubert is intended for coordination, not long-term storage.

    verbose: boolean

    Enable verbose logging with timestamps