add missing password for nimbus windows user
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
f4a20bc128
commit
fcb8db90fd
|
@ -1,3 +1,3 @@
|
|||
---
|
||||
beacon_node_cont_tag: 'stable-windows'
|
||||
beacon_node_service_user_pass: '123qweASD.' # TODO
|
||||
beacon_node_service_user_pass: '{{lookup("passwordstore", "services/Nimbus/windows-pass")}}'
|
||||
|
|
|
@ -40,6 +40,5 @@ beacon_node_web3_urls: [ 'ws://geth:{{ geth_websocket_port }}' ]
|
|||
# Disabled for genesis to avoid missing first two slots
|
||||
beacon_node_doppelganger_detection: false
|
||||
|
||||
# TODO: Uncomment once validators are available
|
||||
dist_validators_layout:
|
||||
"qmerge-large-01.aws-eu-central-1a.nimbus.rayonism": { start: 0, end: 2400 }
|
||||
|
|
Loading…
Reference in New Issue