Skip to content
This repository was archived by the owner on May 13, 2022. It is now read-only.

Commit 1fc54ec

Browse files
committed
Ensure docker run hyperledger/burrow works
burrow.toml is missing Signed-off-by: Sean Young <[email protected]>
1 parent 26a5c11 commit 1fc54ec

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

testnet/burrow.toml

+60
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
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+

0 commit comments

Comments
 (0)