Leave basic config

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

View File

@ -3,30 +3,7 @@
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]
cors = "all"
interface = "all"
hosts = ["all"]
port = 8545
apis = ["web3", "eth", "net", "parity", "traces", "rpc", "secretstore"]
[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"
hosts = ["all"]
port = 8080
[footprint] [footprint]
tracing = "on" tracing = "on"
pruning = "archive" pruning = "archive"