deployment-azure/nodes/mining-node/node.toml

8 lines
155 B
TOML
Raw Normal View History

2017-06-20 13:16:07 -07:00
[parity]
chain = "spec.json"
2017-11-16 14:18:26 -08:00
base_path = "parity_data"
2017-06-20 13:16:07 -07:00
[network]
2017-11-01 11:52:23 -07:00
port = 30303
2017-06-20 13:16:07 -07:00
[rpc]
2017-11-01 11:52:23 -07:00
apis = ["web3", "eth", "parity", "parity_set", "net", "traces", "rpc"]