forked from VNG-Realisatie/gemma-postman-tests
-
Notifications
You must be signed in to change notification settings - Fork 1
/
local.postman_environment.json
96 lines (96 loc) · 1.79 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"id": "9d5eedfd-2c5e-4b69-a749-afcdcc73c855",
"name": "ZGW api tests local",
"values": [
{
"key": "zrc_url",
"value": "localhost:8000/api/v1",
"description": {
"content": "",
"type": "text/plain"
},
"enabled": true
},
{
"key": "drc_url",
"value": "localhost:8001/api/v1",
"description": {
"content": "",
"type": "text/plain"
},
"enabled": true
},
{
"key": "ztc_url",
"value": "localhost:8002/api/v1",
"description": {
"content": "",
"type": "text/plain"
},
"enabled": true
},
{
"key": "brc_url",
"value": "localhost:8003/api/v1",
"description": {
"content": "",
"type": "text/plain"
},
"enabled": true
},
{
"key": "nrc_url",
"value": "localhost:8004/api/v1",
"description": "",
"enabled": true
},
{
"key": "ac_url",
"value": "localhost:8005/api/v1",
"description": "",
"enabled": true
},
{
"key": "referentielijst_url",
"value": "https://referentielijsten-api.vng.cloud/api/v1",
"description": "",
"enabled": true
},
{
"key": "mock_url",
"value": "https://c9ac80e5-f4f6-46f9-9e64-a164c03b5f25.mock.pstmn.io",
"description": {
"content": "",
"type": "text/plain"
},
"enabled": true
},
{
"key": "client_id",
"value": "zgw_api_tests",
"description": "",
"enabled": true
},
{
"key": "secret",
"value": "secret",
"description": "",
"enabled": true
},
{
"key": "client_id_limited",
"value": "zgw_api_tests_limited",
"description": "",
"enabled": true
},
{
"key": "secret_limited",
"value": "secret_limited",
"description": "",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2019-08-15T10:40:38.283Z",
"_postman_exported_using": "Postman/6.7.1"
}