deployment-azure/node1.toml

31 lines
493 B
TOML

[parity]
chain = "demo-spec.json"
base_path = "/tmp/parity"
[network]
port = 30300
[rpc]
interface = "0.0.0.0"
hosts = ["all"]
port = 8540
apis = ["web3", "eth", "net", "personal", "parity", "parity_set", "traces", "rpc", "parity_accounts"]
[ui]
interface = "0.0.0.0"
port = 8180
[dapps]
interface = "0.0.0.0"
hosts = ["all"]
port = 8080
[ipc]
disable = true
[account]
password = ["node.pwds"]
[mining]
engine_signer = "0x00Aa39d30F0D20FF03a22cCfc30B7EfbFca597C2"
reseal_on_txs = "none"