Interface SetupConfig

Configuration for auto-setup operations.

interface SetupConfig {
    port?: number;
    imageTag?: string;
    url?: string;
    apiKey?: string;
}

Properties

port?: number

Custom port override.

imageTag?: string

Custom Docker image tag (e.g. 'v1.8.0').

url?: string

Skip Docker and connect to this URL directly.

apiKey?: string

API key for cloud instances.