@grandlinex/core
    Preparing search index...

    Class EnvStore

    Configuration options for initializing an EnvStoreC instance.

    The configuration object accepts the following properties:

    • log – A CoreLogChannel instance used for logging.
    • pathOverride – Optional custom path that overrides the default store location.
    • envFilePath – Optional path to a .env file from which environment variables can be loaded.
    • loadFromLocalEnv – Optional boolean indicating whether to load variables from the local environment.
    • appName – Optional name of the application associated with the store.

    All properties except log are optional. The object is passed to the constructor of EnvStoreC to configure its behavior.

    Implements

    Index

    Constructors

    Properties

    store: Map<string, string>

    Methods