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] [explorer]
[blockscout]
[poa:children] [poa:children]
bootnode bootnode
moc moc
netstat netstat
validator validator
explorer explorer
blockscout
[centos] [centos]
node03.example.com node03.example.com

View File

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