Home > @i2analyze/i2connect > settings > IGetSettingPathAndEnvVarConfig
settings.IGetSettingPathAndEnvVarConfig interface
Warning: This API is now obsolete.
Version 2.1 of the API introduces an updated configuration mechanism. This interface will be removed in the next major version of the API.
A set of information that specifies a connector setting in the configuration file and an environment variable.
Signature:
interface IGetSettingPathAndEnvVarConfig extends IGetSettingPathConfig
Extends: IGetSettingPathConfig
Introduced: API version 2.0
Properties
Property | Type | Description |
---|---|---|
environmentVariable | string | Gets the name of the environment variable that, if present, overrides the configuration file setting. |
path | string | Gets the path to the location of the setting within the config/settings.json file. (Inherited from IGetSettingPathConfig) |