-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathtest_config.json
More file actions
46 lines (46 loc) · 857 Bytes
/
test_config.json
File metadata and controls
46 lines (46 loc) · 857 Bytes
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
{
"annotators": [
"pki",
"src",
"tls"
],
"hash": {
"type": "sha256"
},
"signature": {
"public": {
"type": "ed25519",
"path": "./resources/test_keys/public.key"
},
"private": {
"type": "ed25519",
"path": "./resources/test_keys/private.key"
}
},
"stream": {
"type": "demia",
"config": {
"provider": {
"host": "localhost",
"protocol": "http",
"port": 8080
},
"tangle": {
"host": "nodes.02.demia-testing-domain.com",
"protocol": "http",
"port": 14102
},
"encoding": "utf-8",
"topic": "Publisher Unique Topic",
"backup": {
"path": "temp_file",
"password": "password"
}
}
},
"logging": {
"level": "info",
"debug_output": "output.log"
},
"layer": "app"
}