Files
bruno/packages/bruno-cli/tests/runner/fixtures/collection-json-from-pathname/collection/bruno.json
2026-01-19 19:33:00 +05:30

28 lines
499 B
JSON

{
"version": "1",
"name": "collection",
"type": "collection",
"ignore": [
"node_modules",
".git"
],
"proxy": {
"enabled": false,
"protocol": "http",
"hostname": "<proxy-hostname>",
"port": 3000,
"auth": {
"enabled": false,
"username": "<user-name>",
"password": "<password>"
},
"bypassProxy": ""
},
"scripts": {
"moduleWhitelist": ["crypto", "buffer"]
},
"clientCertificates": {
"enabled": true,
"certs": []
}
}