dashboard-react
    Preparing search index...

    Interface StoreConfig

    Shared model-store configuration returned by the Skulk config API.

    interface StoreConfig {
        enabled: boolean;
        store_host: string;
        store_http_host: string;
        store_port: number;
        store_path: string;
        download: { allow_hf_fallback: boolean };
        staging: {
            enabled: boolean;
            node_cache_path: string;
            cleanup_on_deactivate: boolean;
        };
    }
    Index

    Properties

    enabled: boolean
    store_host: string
    store_http_host: string
    store_port: number
    store_path: string
    download: { allow_hf_fallback: boolean }
    staging: {
        enabled: boolean;
        node_cache_path: string;
        cleanup_on_deactivate: boolean;
    }