mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
19 lines
352 B
TOML
19 lines
352 B
TOML
# This is a TOML config file.
|
|
# For more information, see https://github.com/toml-lang/toml
|
|
|
|
proxy_app = "tcp://bigchaindb:26658"
|
|
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:26657"
|
|
|
|
[p2p]
|
|
laddr = "tcp://0.0.0.0:26656"
|
|
seeds = ""
|