deployment-azure/TestTestNet/bootnode/node.toml

34 lines
605 B
TOML
Raw Normal View History

2017-10-02 14:18:38 -07:00
# dev-mainnet branch
2017-06-20 13:16:07 -07:00
[parity]
chain = "spec.json"
2017-06-21 04:20:16 -07:00
base_path = "parity"
2017-06-20 13:16:07 -07:00
[network]
port = 30300
2017-06-25 16:15:23 -07:00
discovery=true
2017-10-25 06:43:04 -07:00
max_pending_peers = 16
2017-06-20 13:16:07 -07:00
[rpc]
cors = "all"
2017-06-25 16:15:23 -07:00
interface = "all"
2017-06-20 13:16:07 -07:00
hosts = ["all"]
2017-08-10 13:03:06 -07:00
port = 8545
2017-10-27 07:41:26 -07:00
apis = ["web3", "eth", "net", "parity", "traces", "rpc", "secretstore"]
2017-06-20 13:16:07 -07:00
[ui]
interface = "0.0.0.0"
port = 8180
2017-08-01 08:08:24 -07:00
[websockets]
disable = false
port = 8546
interface = "all"
origins = ["all"]
apis = ["web3", "eth", "net", "parity", "traces", "rpc", "secretstore"]
hosts = ["all"]
2017-06-20 13:16:07 -07:00
[dapps]
cors = "all"
interface = "0.0.0.0"
hosts = ["all"]
port = 8080
[footprint]
tracing = "on"
pruning = "archive"
fat_db = "on"