mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
37 lines
690 B
JSON
37 lines
690 B
JSON
{
|
|
"version": "1",
|
|
"name": "bruno-testbench",
|
|
"type": "collection",
|
|
"proxy": {
|
|
"inherit": true,
|
|
"config": {
|
|
"protocol": "http",
|
|
"hostname": "{{proxyHostname}}",
|
|
"port": 4000,
|
|
"auth": {
|
|
"username": "anoop",
|
|
"password": "password",
|
|
"disabled": true
|
|
},
|
|
"bypassProxy": ""
|
|
}
|
|
},
|
|
"scripts": {
|
|
"moduleWhitelist": [
|
|
"crypto",
|
|
"buffer",
|
|
"form-data"
|
|
],
|
|
"additionalContextRoots": [
|
|
"../additional-context-root-lib"
|
|
]
|
|
},
|
|
"clientCertificates": {
|
|
"enabled": true,
|
|
"certs": []
|
|
},
|
|
"presets": {
|
|
"requestType": "http",
|
|
"requestUrl": "http://localhost:6000"
|
|
}
|
|
} |