Greg Karékinian 2f8de91008 Initial parity cookbook
Supports installing multiple instances of Parity on the same machine,
running on different ports

Refs #15
2017-05-02 17:43:02 +02:00

14 lines
236 B
Plaintext

[parity]
chain = "<%= @chain %>"
base_path = "<%= @base_path %>"
[network]
port = <%= @network_port %>
[rpc]
# JSON-RPC over HTTP
port = <%= @json_rpc_port %>
[dapps]
# Dapps Server
port = <%= @dapps_port %>
[ui]
port = <%= @ui_port %>