Generate the config files using a TOML parser
Now we don't need to change both the template and the resources to add options
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
[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 %>
|
||||
Reference in New Issue
Block a user