mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
28 lines
514 B
JSON
28 lines
514 B
JSON
{
|
|
"maximized": true,
|
|
"lastOpenedCollections": [
|
|
"{{projectRoot}}/tests/environments/multiline-variables/collection"
|
|
],
|
|
"request": {
|
|
"sslVerification": false,
|
|
"customCaCertificate": {
|
|
"enabled": false,
|
|
"filePath": null
|
|
}
|
|
},
|
|
"font": {
|
|
"codeFont": "default"
|
|
},
|
|
"proxy": {
|
|
"enabled": false,
|
|
"protocol": "http",
|
|
"hostname": "",
|
|
"port": "",
|
|
"auth": {
|
|
"enabled": false,
|
|
"username": "",
|
|
"password": ""
|
|
},
|
|
"bypassProxy": ""
|
|
}
|
|
} |