Configuration options for initializing an EnvStoreC instance.
The configuration object accepts the following properties:
log
pathOverride
envFilePath
.env
loadFromLocalEnv
appName
All properties except log are optional. The object is passed to the constructor of EnvStoreC to configure its behavior.
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.envfile 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
logare optional. The object is passed to the constructor of EnvStoreC to configure its behavior.