EnvironmentVariable interface
Environment Variables for the container
Properties
type | Type of the Environment Variable. Possible values are: local - For local variable |
value | Value of the Environment variable |
Property Details
type
Type of the Environment Variable. Possible values are: local - For local variable
type?: string
Property Value
string
value
Value of the Environment variable
value?: string
Property Value
string