-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.postman_environment.json
More file actions
59 lines (59 loc) · 951 Bytes
/
project.postman_environment.json
File metadata and controls
59 lines (59 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"id": "f1d23ae5-f180-486b-bde0-146d7fef954d",
"name": "final-project",
"values": [
{
"key": "app_url",
"value": "https://final-project-314821.wm.r.appspot.com",
"enabled": true
},
{
"key": "app_url",
"value": "http://localhost:8080",
"enabled": false
},
{
"key": "jwt1",
"value": "",
"enabled": true
},
{
"key": "order_id1",
"value": "",
"enabled": true
},
{
"key": "user_id1",
"value": "",
"enabled": true
},
{
"key": "item_id1",
"value": "",
"enabled": true
},
{
"key": "jwt2",
"value": "",
"enabled": true
},
{
"key": "order_id2",
"value": "",
"enabled": true
},
{
"key": "user_id2",
"value": "",
"enabled": true
},
{
"key": "item_id2",
"value": "",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2021-06-05T22:22:34.553Z",
"_postman_exported_using": "Postman/8.5.1"
}