-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPython-API-Base.postman_environment.json
More file actions
57 lines (57 loc) · 1.11 KB
/
Python-API-Base.postman_environment.json
File metadata and controls
57 lines (57 loc) · 1.11 KB
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
{
"id": "python-api-base-env",
"name": "Python API Base - Local Development",
"values": [
{
"key": "base_url",
"value": "http://localhost:8000",
"type": "default",
"enabled": true
},
{
"key": "access_token",
"value": "",
"type": "secret",
"enabled": true
},
{
"key": "refresh_token",
"value": "",
"type": "secret",
"enabled": true
},
{
"key": "user_id",
"value": "",
"type": "default",
"enabled": true
},
{
"key": "item_id",
"value": "",
"type": "default",
"enabled": true
},
{
"key": "pedido_id",
"value": "",
"type": "default",
"enabled": true
},
{
"key": "admin_email",
"value": "admin@example.com",
"type": "default",
"enabled": true
},
{
"key": "admin_password",
"value": "Admin123!",
"type": "secret",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2024-12-01T21:00:00.000Z",
"_postman_exported_using": "Postman/11.0.0"
}