Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/rush-lib > IConfigurationEnvironmentVariable

IConfigurationEnvironmentVariable interface

Represents the value of an environment variable, and if the value should be overridden if the variable is set in the parent environment.

Signature:

export interface IConfigurationEnvironmentVariable 

Properties

Property

Modifiers

Type

Description

override?

boolean

(Optional) Set to true to override the environment variable even if it is set in the parent environment. The default value is false.

value

string

Value of the environment variable