mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-30 08:04:09 +00:00
25 lines
444 B
JSON
25 lines
444 B
JSON
{
|
|
"name": "local",
|
|
"variables": [
|
|
{
|
|
"name": "host",
|
|
"value": "http://localhost:3000",
|
|
"type": "text",
|
|
"enabled": true,
|
|
"secret": false
|
|
},
|
|
{
|
|
"name": "secretToken",
|
|
"value": "",
|
|
"type": "text",
|
|
"enabled": true,
|
|
"secret": true
|
|
}
|
|
],
|
|
"info": {
|
|
"type": "bruno-environment",
|
|
"exportedAt": "2024-01-01T00:00:00.000Z",
|
|
"exportedUsing": "Bruno/v1.0.0"
|
|
}
|
|
}
|