Update node config

This commit is contained in:
phahulin 2017-06-26 02:15:23 +03:00 committed by GitHub
parent c3ce82056d
commit e85b80b01b
1 changed files with 2 additions and 1 deletions

View File

@ -5,9 +5,10 @@ base_path = "parity"
#keys_path = "parity/keys"
[network]
port = 30300
discovery=true
[rpc]
cors = "all"
interface = "0.0.0.0"
interface = "all"
hosts = ["all"]
port = 8540
apis = ["web3", "eth", "net", "personal", "parity", "parity_set", "traces", "rpc", "parity_accounts"]