OSDN Git Service

modified key alias (#526)
[bytom/vapor.git] / docker / vapord / config.toml
1 # This is a TOML config file.
2 # For more information, see https://github.com/toml-lang/toml
3 fast_sync = true
4 db_backend = "leveldb"
5 api_addr = "0.0.0.0:9889"
6 moniker = ""
7 chain_id = "mainnet"
8 [p2p]
9 laddr = "tcp://0.0.0.0:56659"
10 seeds = "52.83.133.152:56659"