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

Commit

Permalink
Ensure docker run hyperledger/burrow works
Browse files Browse the repository at this point in the history
burrow.toml is missing

Signed-off-by: Sean Young <[email protected]>
  • Loading branch information
seanyoung committed Mar 10, 2021
1 parent 26a5c11 commit 1fc54ec
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions testnet/burrow.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
BurrowDir = ".burrow"

[Tendermint]
Enabled = true
Seeds = ""
SeedMode = false
PersistentPeers = ""
ListenHost = "0.0.0.0"
ListenPort = "26656"
ExternalAddress = ""
AddrBookStrict = false
Moniker = ""
IdentifyPeers = false
AuthorizedPeers = ""
CreateEmptyBlocks = "5m"

[Execution]
TimeoutFactor = 0.33
CallStackMaxDepth = 0
DataStackInitialCapacity = 1024
DataStackMaxDepth = 0

[Keys]
GRPCServiceEnabled = true
AllowBadFilePermissions = true
RemoteAddress = ""
KeysDirectory = "keys"

[RPC]
[RPC.Info]
Enabled = true
ListenHost = "0.0.0.0"
ListenPort = "26658"
[RPC.Profiler]
Enabled = false
ListenHost = "0.0.0.0"
ListenPort = "6060"
[RPC.GRPC]
Enabled = true
ListenHost = "0.0.0.0"
ListenPort = "10997"
[RPC.Metrics]
Enabled = false
ListenHost = "0.0.0.0"
ListenPort = "9102"
MetricsPath = "/metrics"
BlockSampleSize = 100
[RPC.Web3]
Enabled = true
ListenHost = "0.0.0.0"
ListenPort = "26660"

[Logging]
Trace = false
NonBlocking = false
[Logging.RootSink]
[Logging.RootSink.Output]
OutputType = "stdout"
Format = "json"

0 comments on commit 1fc54ec

Please sign in to comment.