Reference
Nodes
Configuration

Configuration Node

Configuration nodes allow the storage of a single value in value in a project. This value can be used like any other node property in a project, functioning like Environment Variables you might use in your local development environment.

You can create project configuration values in the "Resources" panel.

Properties

Type

Proptype
TypeConfigType ('secret' | 'string' | 'number' | 'json' | 'boolean')
Defaultstring

The type of configuration variable.

Value

Propvalue
Type({ [K in string]: unknown } | string | boolean)
Defaultundefined

The value of the configuration variable.

Fallback Value

PropfallbackValue
Typestring
Defaultundefined

The fallback value of the secret configuration variable if the secret has not been configured. This fallback value is not considered secure.

Required

PropisRequired
Typeboolean
Defaultfalse

Whether a value is required for this configuration variable.

Description

Propdescription
Typestring
Defaultundefined

The description of this configuration variable.