24 lines
433 B
JSON
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"
|
|
}
|
|
}
|