Files
http-client-app-plan/fixtures/workspaces/demo/.http-client/environments.json
T

24 lines
433 B
JSON

{
"schemaVersion": 1,
"defaultEnvironment": "local",
"environments": [
{
"name": "local",
"variables": {
"baseUrl": "http://127.0.0.1:32180",
"signature": "demo-signature"
}
},
{
"name": "example",
"variables": {
"baseUrl": "https://example.com",
"signature": "example-signature"
}
}
],
"globals": {
"appName": "http-client-app"
}
}