Project Configuration Node
Project Configuration allows 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
Prop | configNode.type |
---|---|
Type | ConfigType ('secret' | 'string' | 'number' | 'json') |
Default | string |
The type of the configuration node.
Value
Prop | configNode.value |
---|---|
Type | string |
Default | undefined |
The value of the configuration node.