Supports installing multiple instances of Parity on the same machine, running on different ports Refs #15
14 lines
236 B
Plaintext
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 %>
|