This repository was archived by the owner on Jul 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathproduction.postman_environment
More file actions
76 lines (76 loc) · 1.47 KB
/
production.postman_environment
File metadata and controls
76 lines (76 loc) · 1.47 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"id": "c10616f0-b961-48e2-87ac-10ab48e7950f",
"name": "production",
"values": [
{
"key": "VIN",
"value": "FOO",
"type": "text",
"enabled": true
},
{
"key": "CONTRAT",
"value": "BAR",
"type": "text",
"enabled": true
},
{
"key": "CLIENT_ID",
"value": "INSERT_YOUR_CLIENT_ID",
"type": "text",
"enabled": true
},
{
"key": "BASE_URL",
"value": "api.mpsa.com/api/dev",
"type": "text",
"enabled": true
},
{
"key": "LOCAL",
"value": "fr_FR",
"type": "text",
"enabled": true
},
{
"key": "BRAND",
"value": "C",
"type": "text",
"enabled": true
},
{
"key": "NEAR",
"value": "1",
"type": "text",
"enabled": true
},
{
"key": "UNIT",
"value": "1",
"type": "text",
"enabled": true
},
{
"key": "LIMIT",
"value": "10",
"type": "text",
"enabled": true
},
{
"key": "FUEL_PRICE",
"value": "1,10",
"type": "text",
"enabled": true
},
{
"key": "BODY",
"value": "{ \"listvin\":[\"vin1\",\"vin2\"], \"listcontract\":[\"contract1\",\"contract2\"] }",
"type": "text",
"enabled": true
}
],
"timestamp": 1476954847822,
"_postman_variable_scope": "environment",
"_postman_exported_at": "2016-10-20T09:23:08.407Z",
"_postman_exported_using": "Postman/4.8.0"
}