-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
88 lines (88 loc) · 1.83 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"txstream": {
"bindAddress": "0.0.0.0:5000"
},
"analysis": {
"client": {
"serverAddress": "entry_node:1888"
},
"server": {
"bindAddress": "0.0.0.0:1888"
},
"dashboard": {
"bindAddress": "0.0.0.0:9001",
"dev": false
}
},
"autopeering": {
"entryNodes": [
"DLoMdp3nJ7jnFT1K13R2m5nZN7ijLcmaZhCdTPJs2duo@entry_node:14626"
],
"port": 14626
},
"dashboard": {
"bindAddress": "0.0.0.0:8081",
"dev": false,
"basic_auth": {
"enabled": false,
"username": "goshimmer",
"password": "goshimmer"
}
},
"database": {
"directory": "mainnetdb"
},
"drng": {
"custom": {
"instanceId": 111,
"threshold": 3,
"distributedPubKey": "",
"committeeMembers": ["EYsaGXnUVA9aTYL9FwYEvoQ8d1HCJveQVL7vogu6pqCP"]
}
},
"fpc": {
"drngInstanceID": 111
},
"gossip": {
"port": 14666
},
"logger": {
"level": "info",
"disableCaller": false,
"disableStacktrace": false,
"encoding": "console",
"outputPaths": [ "stdout" ],
"disableEvents": true,
"remotelog": {
"serverAddress": "remotelog.goshimmer.iota.cafe:5213"
}
},
"metrics":{
"manaUpdateInterval": 5
},
"network": {
"bindAddress": "0.0.0.0",
"externalAddress": "auto"
},
"node": {
"disablePlugins": "portcheck",
"enablePlugins": []
},
"pow": {
"difficulty": 2,
"numThreads": 1,
"timeout": "10s",
"parentsRefreshInterval": "300ms"
},
"webapi": {
"basic_auth": {
"enabled": false,
"username": "goshimmer",
"password": "goshimmer"
},
"bindAddress": "0.0.0.0:8080"
},
"faucet": {
"powDifficulty": 12
}
}