-
Notifications
You must be signed in to change notification settings - Fork 0
/
dslink.json
45 lines (45 loc) · 886 Bytes
/
dslink.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
{
"name": "dslink-java-etsdb",
"version": "0.20.0",
"description": "Historian DSLink implementation for ETSDB",
"license": "Apache",
"author": {
"name": "Samuel Grenier"
},
"main": "bin/dslink-java-etsdb",
"repository": {
"type": "git",
"url": "https://github.com/IOT-DSA/dslink-java-etsdb"
},
"bugs": {
"url": "https://github.com/IOT-DSA/dslink-java-etsdb/issues"
},
"configs": {
"name": {
"type": "string",
"default": "etsdb"
},
"broker": {
"type": "url"
},
"token": {
"type": "string"
},
"nodes": {
"type": "path",
"default": "nodes.json"
},
"key": {
"type": "path",
"default": ".key"
},
"log": {
"type": "enum",
"default": "info"
},
"handler_class": {
"type": "string",
"default": "org.dsa.iot.etsdb.Main"
}
}
}