Ceramic Daemon options for configuring miscellaneous behaviors of the underlying Ceramic node.

Hierarchy

  • DaemonCeramicNodeConfig

Constructors

Properties

disableComposedb?: boolean

Whether to run the Ceramic node with CDB indexing enabled

readOnly?: boolean

Whether to run the Ceramic node in read-only mode.

streamCacheLimit?: number

Max number of streams to keep in the node's in-memory cache. When specifying in a config file, use the name 'stream-cache-limit'.

syncOverride?: string

If set, overrides the 'sync' flag for all stream load operations. Most users should never have to set this. When specifying in a config file, use the name 'sync-override'.

Accessors

  • get privateSeedUrl(): string
  • Disallows public access to private-seed-url because it is a sensitive field.

    Returns string

  • set privateSeedUrl(value: string): void
  • Setter for seed used to generate the node's DID. This DID is used to identify the node on the network, and is used to sign requests to the Ceramic Anchor Service (CAS). A seed is randomly generated if a config file is not found. When specifying in a config file, use the name 'private-seed-url'.

    Parameters

    • value: string

    Returns void

Methods