-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.ini
31 lines (28 loc) · 990 Bytes
/
config.ini
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
[kubernetes]
AC = http://ac:8000/api/v1
BRC = http://brc:8000/api/v1
DRC = http://drc:8000/api/v1
NRC = http://nrc:8000/api/v1
ZRC = http://zrc:8000/api/v1
ZTC = http://ztc:8000/api/v1
[local]
AC = http://localhost:8000/api/v1
BRC = http://localhost:8000/api/v1
DRC = http://localhost:8000/api/v1
NRC = http://localhost:8000/api/v1
ZRC = http://localhost:8000/api/v1
ZTC = http://localhost:8000/api/v1
[test]
AC = https://autorisaties-api.test.vng.cloud/api/v1
BRC = https://besluiten-api.test.vng.cloud/api/v1
DRC = https://documenten-api.test.vng.cloud/api/v1
NRC = https://notificaties-api.test.vng.cloud/api/v1
ZRC = https://zaken-api.test.vng.cloud/api/v1
ZTC = https://catalogi-api.test.vng.cloud/api/v1
[prod]
AC = https://autorisaties-api.vng.cloud/api/v1
BRC = https://besluiten-api.vng.cloud/api/v1
DRC = https://documenten-api.vng.cloud/api/v1
NRC = https://notificaties-api.vng.cloud/api/v1
ZRC = https://zaken-api.vng.cloud/api/v1
ZTC = https://catalogi-api.vng.cloud/api/v1