generated from CodeForBaltimore/ProjectTemplate
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Local.postman_environment.json
79 lines (79 loc) · 1.46 KB
/
Local.postman_environment.json
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"id": "51c3e634-0b3b-415b-9664-ba30e733abe6",
"name": "Local - Bmore",
"values": [
{
"key": "baseUrl",
"value": "http://localhost:3001",
"enabled": true
},
{
"key": "fastResponse",
"value": "100",
"enabled": true
},
{
"key": "testAdminUsername",
"value": "homer.simpson@sfpp.com",
"enabled": true
},
{
"key": "testAdminPassword",
"value": "donuts",
"enabled": true
},
{
"key": "token",
"value": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ1c2VySWQiOiI4OWUyODM2Zi0wNTQ4LTQ2MDgtOTdhMC1lMDQ2OTM2NGNmZjciLCJlbWFpbCI6ImJlc3R0ZXN0QHRlc3QuY29tIiwiaWF0IjoxNTg3NTgzNzk3LCJleHAiOjE1ODc2NzAxOTd9.F8LxwtDWzE_7nkl6xv5eoZw61WF1e6hCb0XWD0-ws24",
"enabled": true
},
{
"key": "userCount",
"value": 2,
"enabled": true
},
{
"key": "firstUserEmail",
"value": "",
"enabled": true
},
{
"key": "newUserEmail",
"value": "",
"enabled": true
},
{
"key": "firstContactId",
"value": "",
"enabled": true
},
{
"key": "secondContactId",
"value": "",
"enabled": true
},
{
"key": "newContactId",
"value": "",
"enabled": true
},
{
"key": "firstEntityId",
"value": "",
"enabled": true
},
{
"key": "secondEntityId",
"value": "",
"enabled": true
},
{
"key": "newEntityId",
"value": "",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2020-12-31T21:23:06.649Z",
"_postman_exported_using": "Postman/7.36.1"
}