This repository has been archived on 2022-07-05. You can view files and clone it, but cannot push or open issues/pull-requests.
steleks_backend/postman collections/Steleks%20Local%20With%20Pr...

71 lines
1.2 KiB
JSON

{
"id": "203467ad-9e94-d56a-ecfa-e6db02f10f0f",
"name": "Steleks Local With Proxy",
"values": [
{
"key": "baseUrl",
"type": "text",
"value": "localhost",
"enabled": true
},
{
"key": "usersPort",
"type": "text",
"value": "8080",
"enabled": true
},
{
"key": "eventsPort",
"type": "text",
"value": "8080",
"enabled": true
},
{
"key": "teamsPort",
"type": "text",
"value": "8080",
"enabled": true
},
{
"key": "teamId",
"type": "text",
"value": "1",
"enabled": true
},
{
"key": "userId",
"type": "text",
"value": "1",
"enabled": true
},
{
"key": "eventId",
"type": "text",
"value": "undefined",
"enabled": true
},
{
"key": "usersUrl",
"value": "{{baseUrl}}:{{usersPort}}/users",
"type": "text",
"enabled": true
},
{
"key": "eventsUrl",
"value": "{{baseUrl}}:{{eventsPort}}/events",
"type": "text",
"enabled": true
},
{
"key": "teamsUrl",
"value": "{{baseUrl}}:{{teamsPort}}/teams",
"type": "text",
"enabled": true
}
],
"timestamp": 1492372277644,
"synced": false,
"syncedFilename": "",
"team": null,
"isDeleted": false
}