-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.json
52 lines (45 loc) · 1.07 KB
/
config.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
{
"ServiceLayer" : {
"Server": "",
"Port" : "50001",
"Path" : "/b1s/v1/"
},
"B1" : {
"Credentials" : {
"UserName" : "manager",
"Password" : "1234",
"CompanyDB": "SBODEMOUS"
},
"Defaults" : {
"BusinessPartner": "C20000"
}
},
"Leonardo" : {
"Credentials" : {
"APIKey": ""
},
"VectorDir": "files/imgs/vectors",
"numSimilarVectors":5
},
"AWS": {
"Credentials": {
"accessKeyId": "",
"secretAccessKey": "",
"region": "eu-west-1"
},
"S3":{
"faceBucket": "b1ml-auth-faces"
},
"Rekognition":{
"faceCollection": "b1ml-face-collection",
"matchThreshold": 80
}
},
"SmartShop":{
"namespace": "b1ml",
"imgDir": "files/imgs/",
"uploadDir":"files/uploads/",
"encoding" : "utf8",
"serverPort": 8080
}
}