Update parity config, fix hosts.example file

This commit is contained in:
natlg 2018-12-14 02:56:25 -08:00
parent 724e98e0b5
commit 28a8ca08b5
2 changed files with 10 additions and 3 deletions

View File

@ -21,12 +21,15 @@ node03.example.com
[explorer]
[blockscout]
[poa:children]
bootnode
moc
netstat
validator
explorer
blockscout
[centos]
node03.example.com

View File

@ -3,7 +3,7 @@ chain = "spec.json"
base_path = "parity_data"
[rpc]
apis = ["all"]
apis = ["web3","eth","net", "parity", "traces"]
cors=["all"]
[network]
@ -17,7 +17,7 @@ disable = false
port = 8546
interface = "all"
origins = ["all"]
apis = ["all"]
apis = ["web3","eth","net","parity", "pubsub", "traces"]
hosts = ["all"]
[ui]
@ -28,4 +28,8 @@ disable_periodic = true
[footprint]
tracing = "on"
pruning = "archive"
pruning = "archive"
fat_db = "on"
[misc]
log_file = "{{ home }}/parity.log"