This repository was archived by the owner on May 13, 2022. It is now read-only.
File tree 1 file changed +60
-0
lines changed
1 file changed +60
-0
lines changed Original file line number Diff line number Diff line change
1
+ BurrowDir = " .burrow"
2
+
3
+ [Tendermint ]
4
+ Enabled = true
5
+ Seeds = " "
6
+ SeedMode = false
7
+ PersistentPeers = " "
8
+ ListenHost = " 0.0.0.0"
9
+ ListenPort = " 26656"
10
+ ExternalAddress = " "
11
+ AddrBookStrict = false
12
+ Moniker = " "
13
+ IdentifyPeers = false
14
+ AuthorizedPeers = " "
15
+ CreateEmptyBlocks = " 5m"
16
+
17
+ [Execution ]
18
+ TimeoutFactor = 0.33
19
+ CallStackMaxDepth = 0
20
+ DataStackInitialCapacity = 1024
21
+ DataStackMaxDepth = 0
22
+
23
+ [Keys ]
24
+ GRPCServiceEnabled = true
25
+ AllowBadFilePermissions = true
26
+ RemoteAddress = " "
27
+ KeysDirectory = " keys"
28
+
29
+ [RPC ]
30
+ [RPC .Info ]
31
+ Enabled = true
32
+ ListenHost = " 0.0.0.0"
33
+ ListenPort = " 26658"
34
+ [RPC .Profiler ]
35
+ Enabled = false
36
+ ListenHost = " 0.0.0.0"
37
+ ListenPort = " 6060"
38
+ [RPC .GRPC ]
39
+ Enabled = true
40
+ ListenHost = " 0.0.0.0"
41
+ ListenPort = " 10997"
42
+ [RPC .Metrics ]
43
+ Enabled = false
44
+ ListenHost = " 0.0.0.0"
45
+ ListenPort = " 9102"
46
+ MetricsPath = " /metrics"
47
+ BlockSampleSize = 100
48
+ [RPC .Web3 ]
49
+ Enabled = true
50
+ ListenHost = " 0.0.0.0"
51
+ ListenPort = " 26660"
52
+
53
+ [Logging ]
54
+ Trace = false
55
+ NonBlocking = false
56
+ [Logging .RootSink ]
57
+ [Logging .RootSink .Output ]
58
+ OutputType = " stdout"
59
+ Format = " json"
60
+
You can’t perform that action at this time.
0 commit comments