Config file uses `-` not `_` for word separation, unlike the cli where I got this from in the first place

Signed-off-by: Edward Evans <edward.evans@consensys.net>
pull/17/head
Edward Evans 5 years ago
parent 30a605ffd0
commit 2bdaa111f9
No known key found for this signature in database
GPG Key ID: D043D2B173BC2484
  1. 2
      templates/config.toml.j2

@ -61,7 +61,7 @@ p2p-host="{{besu_host_ip}}"
{% endif %} {% endif %}
p2p-port={{besu_p2p_port}} p2p-port={{besu_p2p_port}}
{% if besu_max_peers is defined %} {% if besu_max_peers is defined %}
max_peers={{besu_max_peers}} max-peers={{besu_max_peers}}
{% endif %} {% endif %}
# metrics # metrics

Loading…
Cancel
Save