Flows in Git Repositories
The Workbench allows to store Flows in any external Git Repository. This is called the “Workbench Projects” feature.
You can get familiar with Node-RED’s Projects feature (https://nodered.org/docs/user-guide/projects/) to understand how this works in practice. In order to enable it in your Connectware, you must modify the configuration as described next.
Configuration
In order to enable the workbench projects feature, the following Environment Variables must be configured:
CYBUS_WORKBENCH_PROJECTS_ENABLED: If true, the Projects feature will be enabled. Default: false.
If the feature should be enabled, this value needs to be set to true in the environment variable configuration. By default the settings should look like this:
Last updated