Ad debugMaxLength to settings.js as part of Fix for Issue #17

This commit is contained in:
Dave C-J 2013-09-16 18:02:57 +01:00
parent 6fc2555a2f
commit 2ef907632f
1 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ module.exports = {
uiPort: 1880,
mqttReconnectTime: 15000,
serialReconnectTime: 15000,
debugMaxLength: 500,
// 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')
@ -33,7 +34,7 @@ module.exports = {
// key: fs.readFileSync('privatekey.pem'),
// cert: fs.readFileSync('certificate.pem')
//},
// Anything in this hash is globally available to all functions.
// It is accessed as context.global.
// eg: