You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ Note that both Node-RED editors are protected by a user name and a hashed passwo
74
74
-*Application Environment Variables (E(X))* - this implies that both Node-RED instances will have the same username and password.
75
75
-*Service Variables (S(X))*
76
76
77
-
Note also that a `node-red-data` and `node-red-test-data` are 2 named volumed used for the `\data` folder of respectively *node-red* and *node-red-test*. Take care that the `settings.js` is only copied during the initial deployment of the application, when the application is redeployed e.g. due to changes, then the `settings.js` is not recopied to the `\data` folder. (see also [How to copy a file to a named volume?](https://forums.balena.io/t/how-to-copy-a-file-to-a-named-volume/4331))
77
+
Note also that `node-red-data` and `node-red-test-data` are 2 named volumed used for the `\data` folder of respectively *node-red* and *node-red-test*. Take care that the `settings.js` is only copied during the initial deployment of the application, when the application is redeployed e.g. due to changes, then the `settings.js` is not recopied to the `\data` folder. (see also [How to copy a file to a named volume?](https://forums.balena.io/t/how-to-copy-a-file-to-a-named-volume/4331))
78
78
79
79
## 6. MQTT broker
80
80
This application consist of 2 [Mosquitto MQTT-brokers](https://mosquitto.org/):
0 commit comments