From f93f599e5137436045b7de8811e6471ebfe51331 Mon Sep 17 00:00:00 2001 From: Nicholas O'Leary Date: Sat, 5 Oct 2013 21:21:51 +0100 Subject: [PATCH] Fix camel case of flowFile in settings.js --- settings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.js b/settings.js index 8dceb9c54..2dd19bb41 100644 --- a/settings.js +++ b/settings.js @@ -20,7 +20,7 @@ module.exports = { debugMaxLength: 1000, // The file containing the flows. If not set, it defaults to flows_.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')