Leave basic config

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

View File

@ -3,31 +3,6 @@
chain = "spec.json"
base_path = "parity"
[network]
port = 30300
discovery=true
max_pending_peers = 16
port = 30303
[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]
tracing = "on"
pruning = "archive"
fat_db = "on"
apis = ["web3", "eth", "parity", "parity_set", "net", "traces", "rpc"]