Files
bruno/tests/environments/fixtures/environment-exports/local.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"
}
}