mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Clarify flowFilePretty option
This commit is contained in:
parent
8a5b3ddee7
commit
d721a40ca5
6
packages/node_modules/node-red/settings.js
vendored
6
packages/node_modules/node-red/settings.js
vendored
@ -43,8 +43,9 @@ module.exports = {
|
|||||||
*/
|
*/
|
||||||
//credentialSecret: "a-secret-key",
|
//credentialSecret: "a-secret-key",
|
||||||
|
|
||||||
/** To enabled pretty-printing of the flow within the flow file, set the following
|
/** By default, the flow JSON will be formatted over multiple lines making
|
||||||
* property to true. This makes it easier to compare changes when using version control.
|
* it easier to compare changes when using version control.
|
||||||
|
* To disable pretty-printing of the JSON set the following property to false.
|
||||||
*/
|
*/
|
||||||
flowFilePretty: true,
|
flowFilePretty: true,
|
||||||
|
|
||||||
@ -59,7 +60,6 @@ module.exports = {
|
|||||||
*/
|
*/
|
||||||
//nodesDir: '/home/nol/.node-red/nodes',
|
//nodesDir: '/home/nol/.node-red/nodes',
|
||||||
|
|
||||||
|
|
||||||
/*******************************************************************************
|
/*******************************************************************************
|
||||||
* Security
|
* Security
|
||||||
* - adminAuth
|
* - adminAuth
|
||||||
|
Loading…
Reference in New Issue
Block a user