Skip to content

Commit

Permalink
directly tag port name
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Aug 29, 2024
1 parent d35cde0 commit 4233d0e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ job "{{ job.name }}" {
PUBLIC_NODE_IP="{{ job.env['public_ip'] }}"
{% endif %}
NET_RESTRICT="0.0.0.0/0"
GETH_PORT="{{ job.ports[0]['p2p']['to'] }}"
GETH_NODE_TYPE="{{ job.env['type'] }}"
GETH_VERBOSITY={{ job.env.get('log-verbosity', '3') }}
GETH_LOG_FORMAT="{{ job.env.get('log-format', 'json') }}"
Expand Down

0 comments on commit 4233d0e

Please sign in to comment.