forked from extern/bruno
Proposal to support process.env in Bru script Re #170
This commit is contained in:
parent
ec22fdb637
commit
3ca0107f1b
@ -5,6 +5,10 @@ class Bru {
|
||||
this._collectionVariables = collectionVariables;
|
||||
}
|
||||
|
||||
getProcessEnv(key) {
|
||||
return process.env[key];
|
||||
}
|
||||
|
||||
getEnvVar(key) {
|
||||
return this._envVariables[key];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user