add missing password for nimbus windows user

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2021-06-11 16:52:26 +02:00
parent f4a20bc128
commit fcb8db90fd
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
2 changed files with 1 additions and 2 deletions

View File

@ -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")}}'

View File

@ -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 }