-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings_sample.json
More file actions
44 lines (44 loc) · 1.77 KB
/
settings_sample.json
File metadata and controls
44 lines (44 loc) · 1.77 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
{
"authentication": {
"JWT": {
"prd": {
"client_id": "0eef6a36-f985-412d-a9d9-d4e91bd85633",
"key_path": "/home/davidlinux/Documents/AWV/resources/datamanager_prd_private.json"
},
"tei": {
"client_id": "ead845a1-0528-4eef-9895-832895d6c03e",
"key_path": "/home/davidlinux/Documents/AWV/resources/datamanager_tei_private.json"
},
"dev": {
"client_id": "1fdf6f18-e333-4eff-acd3-d38d06bcea57",
"key_path": "/home/davidlinux/Documents/AWV/resources/datamanager_dev_private.json"
},
"aim": {
"client_id": "1fdf6f18-e333-4eff-acd3-d38d06bcea57",
"key_path": "/home/davidlinux/Documents/AWV/resources/datamanager_dev_private.json"
}
},
"cert": {
"prd": {
"cert_path": "/home/davidlinux/Documents/AWV/resources/datamanager_eminfra_prd.awv.vlaanderen.be.crt",
"key_path": "/home/davidlinux/Documents/AWV/resources/datamanager_eminfra_prd.awv.vlaanderen.be.key"
},
"tei": {
"cert_path": "/home/davidlinux/Documents/AWV/resources/datamanager_eminfra_tei.awv.vlaanderen.be.crt",
"key_path": "/home/davidlinux/Documents/AWV/resources/datamanager_eminfra_tei.awv.vlaanderen.be.key"
},
"dev": {
"cert_path": "/home/davidlinux/Documents/AWV/resources/datamanager_eminfra_dev.awv.vlaanderen.be.crt",
"key_path": "/home/davidlinux/Documents/AWV/resources/datamanager_eminfra_dev.awv.vlaanderen.be.key"
},
"aim": {
"cert_path": "/home/davidlinux/Documents/AWV/resources/datamanager_eminfra_dev.awv.vlaanderen.be.crt",
"key_path": "/home/davidlinux/Documents/AWV/resources/datamanager_eminfra_dev.awv.vlaanderen.be.key"
}
}
},
"time": {
"start": "06:00:00",
"end": "23:50:00"
}
}