deployment-azure/TestTestNet/netstats-server/node.toml

34 lines
605 B
TOML
Raw Normal View History

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