OSDN Git Service

Merge pull request #41 from Bytom/dev
[bytom/vapor.git] / cmd / vapor / side_chain / 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:8888"
6 chain_id = "solonet"
7 [p2p]
8 laddr = "tcp://0.0.0.0:56658"
9 seeds = "127.0.0.1:56659"