mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2024-11-01 07:55:21 +01:00
18 lines
341 B
TOML
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"
|