Add flowFilePretty option

This commit is contained in:
Nick O'Leary
2014-06-07 22:33:29 +01:00
parent fce00b2f4b
commit 749eaa2181
2 changed files with 22 additions and 2 deletions

View File

@@ -41,6 +41,10 @@ module.exports = {
// The file containing the flows. If not set, it defaults to flows_<hostname>.json
//flowFile: 'flows.json',
// To enabled pretty-printing of the flow within the flow file, set the following
// property to true:
//flowFilePretty: true,
// By default, all user data is stored in the Node-RED install directory. To
// use a different location, the following property can be used
//userDir: '/home/nol/.node-red/',