Update node.toml

This commit is contained in:
phahulin 2017-11-01 21:52:23 +03:00 committed by GitHub
parent 96d9694869
commit 977ca835f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 8 deletions

View File

@ -3,12 +3,6 @@
chain = "spec.json" chain = "spec.json"
base_path = "parity" base_path = "parity"
[network] [network]
max_pending_peers = 16 port = 30303
port = 30300
discovery=true
[rpc] [rpc]
cors = "all" apis = ["web3", "eth", "parity", "parity_set", "net", "traces", "rpc"]
interface = "all"
hosts = ["all"]
port = 8545
apis = ["web3", "eth", "net", "parity", "traces", "rpc", "secretstore"]