We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d23013 commit bafcbddCopy full SHA for bafcbdd
docs/embedding.md
@@ -27,11 +27,12 @@ application.
27
// Create a server
28
var server = http.createServer(app);
29
30
- // Create the settings object
+ // Create the settings object - see default settings.js file for other options
31
var settings = {
32
httpAdminRoot:"/red",
33
httpNodeRoot: "/api",
34
- userDir:"/home/nol/.nodered/"
+ userDir:"/home/nol/.nodered/",
35
+ functionGlobalContext: { } // enables global context
36
};
37
38
// Initialise the runtime with a server and settings
0 commit comments