Skip to content

Commit

Permalink
overwrite to be accessible to all
Browse files Browse the repository at this point in the history
  • Loading branch information
ckartik committed Aug 28, 2024
1 parent b2e9d88 commit 7f5cfb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ job "{{ job.name }}" {
{% if job.env['type'] != 'signer' %}
PUBLIC_NODE_IP="{{ job.env['public_ip'] }}"
{% endif %}
NET_RESTRICT="0.0.0.0/32"
NET_RESTRICT="0.0.0.0/0"
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 7f5cfb2

Please sign in to comment.