deployment-playbooks/roles/blockscout/templates/node.toml.j2

33 lines
423 B
Plaintext
Raw Normal View History

2018-11-07 10:42:21 -08:00
[parity]
chain = "spec.json"
base_path = "parity_data"
[rpc]
apis = ["all"]
cors=["all"]
[network]
reserved_peers="{{ home }}/bootnodes.txt"
nat="extip:{{ ansible_host }}"
port = 30303
[websockets]
disable = false
port = 8546
interface = "all"
origins = ["all"]
apis = ["all"]
hosts = ["all"]
[ipc]
disable = true
[ui]
disable = true
[snapshots]
disable_periodic = true
[footprint]
tracing = "on"
pruning = "archive"