Fixing an issue with env variables not getting set correctly.
This commit is contained in:
parent
0d78dd0cf5
commit
3df7f06226
|
@ -36,6 +36,6 @@ module.exports = {
|
|||
DEPLOYMENT_DB_URL: process.env.DEPLOYMENT_DB_URL,
|
||||
_set(key, value) {
|
||||
process.env[key] = value
|
||||
exports[key] = value
|
||||
module.exports[key] = value
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue