Add a new env variable to the hardening list

This commit is contained in:
Scott Nonnenberg 2019-04-15 17:12:57 -07:00
parent 22f7a352f9
commit 6cf4f19317

View file

@ -23,6 +23,7 @@ if (environment === 'production') {
process.env.NODE_APP_INSTANCE = '';
process.env.ALLOW_CONFIG_MUTATIONS = '';
process.env.SUPPRESS_NO_CONFIG_WARNING = '';
process.env.NODE_TLS_REJECT_UNAUTHORIZED = '';
}
// We load config after we've made our modifications to NODE_ENV