status: enable filter protocol for prod

This is the fix for "reliability" issues mentioned in:
https://github.com/status-im/infra-status/issues/31

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-09-26 16:25:45 +02:00
parent 9c146ab8ce
commit 1fb6de29d6
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ nim_waku_cont_name: 'nim-waku'
nim_waku_log_level: 'debug'
nim_waku_dns4_domain_name: '{{ dns_entry }}'
# Protocols
nim_waku_protocols_enabled: '{{ ["relay", "store"] if stage == "prod" else ["relay", "filter", "lightpush", "store"] }}'
nim_waku_protocols_enabled: '{{ ["relay", "filter", "store"] if stage == "prod" else ["relay", "filter", "lightpush", "store"] }}'
# Node Key
nim_waku_node_key: '{{lookup("bitwarden", "fleets/status/"+stage+"/nodekeys", field=hostname)}}'
# Topics