mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 07:53:34 +01:00
32 lines
580 B
JSON
32 lines
580 B
JSON
{
|
|
"version": "1",
|
|
"name": "bruno-testbench",
|
|
"type": "collection",
|
|
"proxy": {
|
|
"enabled": false,
|
|
"protocol": "http",
|
|
"hostname": "{{proxyHostname}}",
|
|
"port": 4000,
|
|
"auth": {
|
|
"enabled": false,
|
|
"username": "anoop",
|
|
"password": "password"
|
|
},
|
|
"bypassProxy": ""
|
|
},
|
|
"scripts": {
|
|
"moduleWhitelist": ["crypto"],
|
|
"filesystemAccess": {
|
|
"allow": true
|
|
}
|
|
},
|
|
"clientCertificates": {
|
|
"enabled": true,
|
|
"certs": []
|
|
},
|
|
"presets": {
|
|
"requestType": "http",
|
|
"requestUrl": "http://localhost:6000"
|
|
}
|
|
}
|