deployment-azure/nodes/bootnode/node.toml

9 lines
167 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:51:20 -07:00
port = 30303
2017-06-20 13:16:07 -07:00
[rpc]
2017-11-16 06:40:33 -08:00
cors="null"
2017-11-01 11:51:20 -07:00
apis = ["web3", "eth", "parity", "parity_set", "net", "traces", "rpc"]