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

Add allowUpdate to settings file

This commit is contained in:
Nick O'Leary 2021-09-24 22:23:50 +01:00
parent f3312a6403
commit 40d60e4eb3
No known key found for this signature in database
GPG Key ID: 4F2157149161A6C9

View File

@ -291,9 +291,12 @@ module.exports = {
// autoInstallRetry: 30, /** Interval, in seconds, between reinstall attempts */
// palette: { /** Configuration for the Palette Manager */
// allowInstall: true, /** Enable the Palette Manager in the editor */
// allowUpdate: true, /** Allow modules to be updated in the Palette Manager */
// allowUpload: true, /** Allow module tgz files to be uploaded and installed */
// allowList: [],
// denyList: []
// allowList: ['*'],
// denyList: [],
// allowUpdateList: ['*'],
// denyUpdateList: []
// },
// modules: { /** Configuration for node-specified modules */
// allowInstall: true,