3674dd747e
- Mosquitto MQTT broker - Zigbee2MQTT with BLZ dongle (ThirdReality, BL702, Pine64 fork) - Node-RED 5.0 with dashboard - justfile for remote management
31 lines
863 B
JavaScript
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
|