Update node-red-dark.sh

This commit is contained in:
tteckster 2022-02-18 16:57:04 -05:00 committed by GitHub
parent bbcad55c68
commit ddda64d6de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ module.exports = { uiPort: process.env.PORT || 1880,
}, },
projects: { projects: {
// To enable the Projects feature, set this value to true // To enable the Projects feature, set this value to true
enabled: true enabled: false
} }
} }
EOF EOF