boot: uncomment setting for boot node key
Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
parent
062cb6d51a
commit
b1da421448
|
@ -3,7 +3,7 @@
|
|||
bootstrap__active_extra_users:
|
||||
- { name: ivan, uid: 8000, groups: ['docker', 'dockremap'], key: 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJBdm8y1PfWjT1pioaWJSZ2ETrUySb+dS/ifDg+VIpLY ivansete@status.im' }
|
||||
|
||||
# Hourly rotation to avoid disk space issue
|
||||
# Hourly rotation to avoid disk space issue
|
||||
bootstrap__logrotate_frequency: 'hourly'
|
||||
|
||||
# Tag dependent on fleet: test
|
||||
|
@ -15,7 +15,7 @@ nim_waku_log_level: 'debug'
|
|||
nim_waku_protocols_enabled: ['relay', 'filter', 'lightpush', 'peer-exchange']
|
||||
nim_waku_disc_v5_enabled: true
|
||||
nim_waku_dns4_domain_name: '{{ dns_entry }}'
|
||||
#nim_waku_node_key: '{{lookup("bitwarden", "fleets/shards/"+stage+"/nodekeys", field=hostname)}}'
|
||||
nim_waku_node_key: '{{lookup("bitwarden", "fleets/shards/"+stage+"/nodekeys", field=hostname)}}'
|
||||
|
||||
# Topic configuration
|
||||
nim_waku_cluster_id: 16
|
||||
|
|
Loading…
Reference in New Issue