Finalise nodeSettings and update tlsConfigDisableLocalFiles

- increase test coverage around registerType
This commit is contained in:
Nick O'Leary
2017-03-09 21:06:49 +00:00
parent f45a2643f2
commit 5356373681
6 changed files with 225 additions and 142 deletions

View File

@@ -82,7 +82,7 @@ module.exports = function(RED) {
settings: {
tlsConfigDisableLocalFiles: {
value: false,
exportable: false
exportable: true
}
}
});