File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 9292 eth_rpc_url_fallback : " {{ lookup('ini', 'eth_rpc_url_fallback', file='ini/config-batcher.ini') }}"
9393 eth_ws_url : " {{ lookup('ini', 'eth_ws_url', file='ini/config-batcher.ini') }}"
9494 eth_ws_url_fallback : " {{ lookup('ini', 'eth_ws_url_fallback', file='ini/config-batcher.ini') }}"
95- ecdsa_private_key_store_path : " /home/ {{ ansible_user }}/.keystores/ batcher"
95+ ecdsa_private_key_store_path : " {{ lookup('ini', 'ecdsa_private_key_store_path', file='ini/config- batcher.ini') }} "
9696 ecdsa_private_key_store_password : " {{ lookup('ini', 'ecdsa_private_key_store_password', file='ini/config-batcher.ini') }}"
9797 telemetry_ip_port_address : " {{ lookup('ini', 'telemetry_ip_port_address', file='ini/config-batcher.ini') }}"
9898 batcher_replacement_private_key : " {{ lookup('ini', 'batcher_replacement_private_key', file='ini/config-batcher.ini') }}"
You can’t perform that action at this time.
0 commit comments