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
+3-3
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ The *oe-node-red* module is configured from two files -
87
87
<aname="config.json settings"></a>
88
88
#### server/config.json settings
89
89
90
-
The *oe-node-red* configuration settings in `config.json` are used for high level control, like enabling/disabling *Node-RED*,
90
+
The *oe-node-red* configuration settings in the application's `config.json` are used for high level control, like enabling/disabling *Node-RED*,
91
91
enabling and setting up Node-RED-admin roles, etc.,
92
92
93
93
All *oe-node-red* configuration parameters in this file are optional.
@@ -114,7 +114,7 @@ nodeRedAdminRoles string array ["NODE_RED_ADMIN"] Use this to se
114
114
<aname="node-red-settings.js"></a>
115
115
#### server/node-red-settings.js
116
116
117
-
`server/node-red-settings.js` supports the same parameter settings as *Node-RED's*[`settings.js` file](https://nodered.org/docs/configuration).
117
+
The application's `server/node-red-settings.js` supports the same parameter settings as *Node-RED's*[`settings.js` file](https://nodered.org/docs/configuration).
118
118
119
119
*If this file is present, parameters from this file are merged and prioritized over the sane default values mentioned below and the result is taken as Node-RED configuration*
120
120
@@ -144,7 +144,7 @@ module.exports = { // All defaults mentioned be
144
144
145
145
```
146
146
147
-
This file (`server/node-red-settings.js`) is optional. In its absence, sane defaults as mentioned above are provided by the *oe-node-red* module.
147
+
This file (`server/node-red-settings.js`) in the application is optional. In its absence, sane defaults as mentioned above are provided by the *oe-node-red* module.
0 commit comments