@hashgraph/solo
    Preparing search index...

    A ConfigSource that reads configuration data from the environment.

    Strings are read verbatim from the environment variables. Numbers and booleans are converted from strings using the JSON parser. Objects, arrays of objects, and arrays of primitives are assumed to be stored as serialized JSON strings.

    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.

    mapper: ObjectMapper
    prefix?: string

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

    Accessors

    Methods