-
Notifications
You must be signed in to change notification settings - Fork 113
/
config.default.json
79 lines (79 loc) · 1.73 KB
/
config.default.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
{
"autoPeering": {
"entryNodes": [
"2PV5487xMw5rasGBXXWeqSi4hLz7r19YBt8Y1TGAsQbj@analysisentry-01.devnet.shimmer.iota.cafe:15626",
"5EDH4uY78EA6wrBkHHAVBWBMDt7EcksRq6pjzipoW15B@entry-0.devnet.tanglebay.com:14646",
"CAB87iQZR6BjBrCgEBupQJ4gpEBgvGKKv3uuGVRBKb4n@entry-1.devnet.tanglebay.com:14646"
],
"bindAddress": "0.0.0.0:14626"
},
"dashboard": {
"bindAddress": "127.0.0.1:8081",
"dev": false,
"basicAuth": {
"enabled": false,
"username": "goshimmer",
"password": "goshimmer"
}
},
"database": {
"directory": "mainnetdb",
"inMemory": false
},
"p2p": {
"bindAddress": "0.0.0.0:14666"
},
"logger": {
"level": "info",
"disableCaller": false,
"disableStacktrace": false,
"encoding": "console",
"outputPaths": [
"stdout",
"goshimmer.log"
],
"disableEvents": true,
"remotelog": {
"serverAddress": "metrics-01.devnet.shimmer.iota.cafe:5213"
}
},
"metrics": {
"local": true,
"global": false
},
"mana": {
"allowedAccessFilterEnabled": false,
"allowedAccessPledge": [],
"allowedConsensusFilterEnabled": false,
"allowedConsensusPledge": []
},
"network": {
"bindAddress": "0.0.0.0",
"externalAddress": "auto"
},
"node": {
"seed": "",
"peerDBDirectory": "peerdb",
"disablePlugins": [],
"enablePlugins": []
},
"pow": {
"difficulty": 0,
"numThreads": 1,
"timeout": "1m"
},
"profiling": {
"bindAddress": "127.0.0.1:6061"
},
"prometheus": {
"bindAddress": "127.0.0.1:9311"
},
"webapi": {
"bindAddress": "127.0.0.1:8080",
"basicAuth": {
"enabled": false,
"username": "goshimmer",
"password": "goshimmer"
}
}
}