default to strict mode but permit settings

This commit is contained in:
Steve-Mcl
2024-03-17 16:34:42 +00:00
parent 5e3cbadffc
commit bf065ee11d
2 changed files with 15 additions and 9 deletions

View File

@@ -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