@hashgraph/solo
    Preparing search index...

    A configuration source defines the methods for reading configuration data from a configuration source. ConfigSource instances provide read-only access to configuration data.

    Represents a configuration file from a file system storage backend, the contents of the shell environment, the contents of a key within a configuration map, or the contents of a key with a secret.

    Type Parameters

    • T extends object

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    The backend that is used to read and write configuration data.

    forest: Forest

    The forest model of the configuration keys and values.

    key: string
    mapper: ObjectMapper
    prefix?: string

    An optional prefix that is used to filter configuration keys that are read from the configuration source.

    The schema that defines the structure of the model.

    Accessors

    Methods