Skip to content

Latest commit

 

History

History
83 lines (41 loc) · 1.25 KB

File metadata and controls

83 lines (41 loc) · 1.25 KB
hide_title true
custom_edit_url
pagination_prev
pagination_next

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