bigchaindb/network/node2/config.toml
2017-11-23 16:22:16 +01:00

20 lines
381 B
TOML

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