Files
bruno/tests/environments/multiline-variables/init-user-data/preferences.json
2025-09-07 03:05:11 +05:30

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": ""
}
}