Add a new env variable to the hardening list
This commit is contained in:
parent
22f7a352f9
commit
6cf4f19317
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue