Files
rpi-zigbee-stack/nodered-settings.js
david 3674dd747e Initial: RPi Docker Compose stack
- Mosquitto MQTT broker
- Zigbee2MQTT with BLZ dongle (ThirdReality, BL702, Pine64 fork)
- Node-RED 5.0 with dashboard
- justfile for remote management
2026-06-30 19:17:18 -07:00

31 lines
863 B
JavaScript

/**
* This is the default settings file provided by Node-RED.
*
* It can contain any valid JavaScript code that will get run when Node-RED
* is started.
*
* Lines that start with // are commented out.
* Each entry should be separated from the entries above and below by a comma ','
*
* For more information about individual settings, refer to the documentation:
* https://nodered.org/docs/user-guide/runtime/configuration
*
* The settings are split into the following sections:
* - Flow File and User Directory Settings
* - Security
* - Server Settings
* - Runtime Settings
* - Editor Settings
* - Node Settings
*
**/
module.exports = {
/*******************************************************************************
* Flow File and User Directory Settings
* - flowFile
* - credentialSecret
* - flowFilePretty
* - userDir