1
0
mirror of https://github.com/bigchaindb/js-bigchaindb-driver.git synced 2024-06-23 01:36:39 +02:00
js-bigchaindb-driver/compose/tendermint/tmdata/config.toml
2018-03-29 18:57:12 +02:00

18 lines
341 B
TOML

# This is a TOML config file.
# For more information, see https://github.com/toml-lang/toml
proxy_app = "tcp://bigchaindb:46658"
moniker = "anonymous"
fast_sync = true
db_backend = "leveldb"
log_level = "state:debug,*:error"
[consensus]
create_empty_blocks = false
[rpc]
laddr = "tcp://0.0.0.0:46657"
[p2p]
laddr = "tcp://0.0.0.0:46656"