forked from iotaledger/hornet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
52 lines (52 loc) · 1.02 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
{
"node": {
"alias": "HORNET nest node"
},
"protocol": {
"targetNetworkName": "hornet-nest-private-tangle-1",
"milestonePublicKeyCount": 2,
"baseToken": {
"name": "TestCoin",
"tickerSymbol": "TEST",
"unit": "TEST",
"subunit": "testies",
"decimals": 6,
"useMetricPrefix": false
},
"publicKeyRanges": [
{
"key": "ed3c3f1a319ff4e909cf2771d79fece0ac9bd9fd2ee49ea6c0885c9cb3b1248c",
"start": 0,
"end": 0
},
{
"key": "f6752f5f46a53364e2ee9c4d662d762a81efd51010282a75cd6bd03f28ef349c",
"start": 0,
"end": 0
}
]
},
"db": {
"path": "privatedb"
},
"p2p": {
"db": {
"path": "p2pstore"
}
},
"snapshots": {
"fullPath": "snapshots/full_snapshot.bin",
"deltaPath": "snapshots/delta_snapshot.bin",
"downloadURLs": []
},
"restAPI": {
"publicRoutes": [
"/health",
"/api/*"
],
"protectedRoutes": [],
"pow": {
"enabled": true
}
}
}