Files
bruno/packages/bruno-tests/collection/bruno.json
2024-08-21 12:00:06 +05:30

38 lines
630 B
JSON

{
"version": "1",
"name": "bruno-testbench",
"type": "collection",
"proxy": {
"bypassProxy": "",
"enabled": "global",
"auth": {
"enabled": false,
"username": "",
"password": ""
},
"port": null,
"hostname": "",
"protocol": "http"
},
"scripts": {
"moduleWhitelist": [
"crypto",
"buffer"
],
"filesystemAccess": {
"allow": true
}
},
"clientCertificates": {
"enabled": true,
"certs": []
},
"presets": {
"requestType": "http",
"requestUrl": "http://localhost:6000"
},
"ignore": [
"node_modules",
".git"
]
}