mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
default to strict mode but permit settings
This commit is contained in:
8
packages/node_modules/node-red/settings.js
vendored
8
packages/node_modules/node-red/settings.js
vendored
@@ -244,6 +244,14 @@ module.exports = {
|
||||
*/
|
||||
//httpStaticRoot: '/static/',
|
||||
|
||||
/** 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.
|
||||
// },
|
||||
|
||||
/*******************************************************************************
|
||||
* Runtime Settings
|
||||
* - lang
|
||||
|
Reference in New Issue
Block a user