1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

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

View File

@ -17,6 +17,7 @@ module.exports = {
uiPort: 1880, uiPort: 1880,
mqttReconnectTime: 15000, mqttReconnectTime: 15000,
serialReconnectTime: 15000, serialReconnectTime: 15000,
debugMaxLength: 500,
// You can protect the user interface with a userid and password by using the following property // 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') // the password must be an md5 hash eg.. 5f4dcc3b5aa765d61d8327deb882cf99 ('password')