Update packages/node_modules/node-red/settings.js

This commit is contained in:
Nick O'Leary 2024-05-30 16:32:21 +01:00 committed by GitHub
parent e561efb5c5
commit b94045fd86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -253,9 +253,6 @@ module.exports = {
/** The following property can be used to modify proxy options */
// proxyOptions: {
// mode: "legacy", // legacy mode is for non-strict previous proxy determination logic (node-red < v4 compatible)
// favourUpperCase: false, // Favour UPPER_CASE *_PROXY env vars
// lowerCaseOnly: false, // Prevent UPPER_CASE *_PROXY env vars being used.
// excludeNpm: false, // Prevent npm configured proxy env vars being used.
// },
/*******************************************************************************