Environment variable getter with fallback
Last updated
Last updated
[system/Environment variable getter with fallback]
Gets the value for a single variable from the system environment by name or the provided default when not found.
Keywords: environment, variable
name: string
Receives the name of the environment variable.
default: string
Receives the default value in case the variable is not found in the environment.
value: string
Sends the value of the environment variable or the default value when not found.