Selva Compute API Reference - v1.1.2
    Preparing search index...

    Interface ComputeConfig

    interface ComputeConfig {
        apiKey?: string;
        authToken?: string;
        debug?: boolean;
        serverUrl: string;
        suppressClientSideWarning?: boolean;
        timeoutMs?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    apiKey?: string

    Optional API key for authenticating with the server (RhinoComputeKey)

    authToken?: string

    Optional Bearer token for authentication (e.g., when behind a proxy or API gateway)

    debug?: boolean

    Enable debug logging to the console

    serverUrl: string

    The base URL of the Rhino Compute server (e.g., http://localhost:6500)

    suppressClientSideWarning?: boolean

    Suppress browser security warnings in the console

    timeoutMs?: number