mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
Fix camel case of flowFile in settings.js
This commit is contained in:
parent
f5a8230f3e
commit
f93f599e51
@ -20,7 +20,7 @@ module.exports = {
|
||||
debugMaxLength: 1000,
|
||||
|
||||
// The file containing the flows. If not set, it defaults to flows_<hostname>.json
|
||||
//flowfile: 'flows.json',
|
||||
//flowFile: 'flows.json',
|
||||
|
||||
// You can protect the user interface with a userid and password by using the following property
|
||||
// the password must be an md5 hash eg.. 5f4dcc3b5aa765d61d8327deb882cf99 ('password')
|
||||
|
Loading…
Reference in New Issue
Block a user