-
Notifications
You must be signed in to change notification settings - Fork 4
/
ref.postman_environment.json
80 lines (80 loc) · 1.74 KB
/
ref.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
{
"id": "abbb6b12-2436-4d7b-8540-867332f5bfc9",
"name": "ZGW api tests referentiecomponenten",
"values": [
{
"key": "zrc_url",
"value": "https://zaken-api.test.vng.cloud/api/v1",
"enabled": true
},
{
"key": "drc_url",
"value": "http://documenten-api.test.vng.cloud/api/v1",
"enabled": true
},
{
"key": "ztc_url",
"value": "https://catalogi-api.test.vng.cloud/api/v1",
"enabled": true
},
{
"key": "brc_url",
"value": "https://besluiten-api.test.vng.cloud/api/v1",
"enabled": true
},
{
"key": "nrc_url",
"value": "https://notificaties-api.test.vng.cloud/api/v1",
"enabled": true
},
{
"key": "ac_url",
"value": "https://autorisaties-api.test.vng.cloud/api/v1",
"enabled": true
},
{
"key": "referentielijst_url",
"value": "https://referentielijsten-api.vng.cloud/api/v1",
"type": "text",
"enabled": true
},
{
"key": "mock_url",
"value": "https://c9ac80e5-f4f6-46f9-9e64-a164c03b5f25.mock.pstmn.io",
"enabled": true
},
{
"key": "client_id",
"value": "allthescopesarebelongtous222223132532-HYDDZjoJrfyY",
"type": "text",
"enabled": true
},
{
"key": "secret",
"value": "sosecret",
"type": "text",
"enabled": true
},
{
"key": "client_id_limited",
"value": "allthescopesarebelongtous222223132532-HYDDZjoJrfyY",
"type": "text",
"enabled": true
},
{
"key": "secret_limited",
"value": "sosecret",
"type": "text",
"enabled": true
},
{
"key": "token-issuer_url",
"value": "https://zaken-auth.test.vng.cloud/api/v1/register",
"type": "default",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2023-08-23T14:24:57.725Z",
"_postman_exported_using": "Postman/10.17.2"
}