Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
parkpow
GitHub Repository: parkpow/deep-license-plate-recognition
Path: blob/master/stream/ipro-adam-app/appPrefs.json
643 views
1
{
2
"preferenceVersion":{"major":"1","minor":"0"},
3
"preference":[
4
{
5
"prefName":"LICENSE_KEY",
6
"prefType":"String",
7
"appApiAccess":"ReadWrite",
8
"webApiAccess":"ReadWrite",
9
"defaultValue":""
10
},
11
{
12
"prefName":"TOKEN",
13
"prefType":"String",
14
"appApiAccess":"ReadWrite",
15
"webApiAccess":"ReadWrite",
16
"defaultValue":""
17
},
18
{
19
"prefName":"LOGGING",
20
"prefType":"Enumeration",
21
"appApiAccess":"ReadWrite",
22
"webApiAccess":"ReadWrite",
23
"enumerationList":[
24
"10",
25
"20",
26
"30",
27
"40",
28
"50"
29
],
30
"defaultValue":"10"
31
}
32
33
]
34
}
35
36