diff --git a/settings.js b/settings.js index 1082332cc..6d6c6948b 100644 --- a/settings.js +++ b/settings.js @@ -213,6 +213,17 @@ module.exports = { // j5board:require("johnny-five").Board({repl:false}) }, + // Context Storage + // The following property can be used to enable context storage. The configuration + // provided here will enable file-based context that flushes to disk every 30 seconds. + // Refer to the documentation for further options: https://nodered.org/docs/api/context/ + // + //contextStorage: { + // default: { + // module:"localfilesystem" + // }, + //}, + // The following property can be used to order the categories in the editor // palette. If a node's category is not in the list, the category will get // added to the end of the palette. @@ -245,5 +256,5 @@ module.exports = { // To enable the Projects feature, set this value to true enabled: false } - } + }, }