Update to 1.7.0

This commit is contained in:
phahulin 2017-08-01 18:08:24 +03:00 committed by GitHub
parent 95afd6d8ae
commit 757653e0db
1 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,13 @@ apis = ["web3", "eth", "net", "personal", "parity", "parity_set", "traces", "rpc
[ui]
interface = "0.0.0.0"
port = 8180
[websockets]
disable = false
port = 8546
interface = "all"
origins = ["all"]
apis = ["web3", "eth", "net", "parity", "traces", "rpc", "secretstore"]
hosts = ["all"]
[dapps]
cors = "all"
interface = "0.0.0.0"