-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings_sample.json
48 lines (48 loc) · 1.4 KB
/
settings_sample.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
{
"auth_options" : [
{
"type" : "cert",
"environment": "prd",
"cert_path" : "C:\\resources\\datamanager_eminfra_prd.awv.vlaanderen.be.crt",
"key_path" : "C:\\resources\\datamanager_eminfra_prd.awv.vlaanderen.be.key"
},
{
"type" : "JWT",
"environment": "prd",
"client_id" : "0eef6a36-f985-412d-a9d9-d4e91bd85633",
"key_path" : "C:\\resources\\datamanager_prd_private.json"
},
{
"type" : "JWT",
"environment": "tei",
"client_id" : "ead845a1-0528-4eef-9895-832895d6c03e",
"key_path" : "C:\\resources\\datamanager_tei_private.json"
},
{
"type" : "JWT",
"environment": "dev",
"client_id" : "1fdf6f18-e333-4eff-acd3-d38d06bcea57",
"key_path" : "C:\\resources\\datamanager_dev_private.json"
}
],
"databases" : {
"prd" : {
"database" : "",
"host": "",
"port": "",
"user": "",
"password": ""
},
"unittest" : {
"database" : "unittest",
"host": "localhost",
"port": "5432",
"user": "unittest",
"password": "unittest"
}
},
"time" : {
"start" : "06:00:00",
"end" : "23:50:00"
}
}