mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-01 16:44:16 +00:00
add ability to turn certificate validation off
This commit is contained in:
@@ -80,8 +80,14 @@ const getEnvVars = (environment = {}) => {
|
||||
return envVars;
|
||||
};
|
||||
|
||||
const options = {};
|
||||
const getOptions = () => {
|
||||
return options;
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
bruToJson,
|
||||
bruToEnvJson,
|
||||
getEnvVars
|
||||
getEnvVars,
|
||||
getOptions
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user