Clarify flowFilePretty option

pull/3012/head
Nick O'Leary 2021-06-09 09:26:55 +01:00
parent 8a5b3ddee7
commit d721a40ca5
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9
1 changed files with 3 additions and 3 deletions

View File

@ -43,8 +43,9 @@ module.exports = {
*/
//credentialSecret: "a-secret-key",
/** To enabled pretty-printing of the flow within the flow file, set the following
* property to true. This makes it easier to compare changes when using version control.
/** By default, the flow JSON will be formatted over multiple lines making
* it easier to compare changes when using version control.
* To disable pretty-printing of the JSON set the following property to false.
*/
flowFilePretty: true,
@ -59,7 +60,6 @@ module.exports = {
*/
//nodesDir: '/home/nol/.node-red/nodes',
/*******************************************************************************
* Security
* - adminAuth