feat: enable lightpush on prod fleet

This commit is contained in:
Richard Ramos 2023-10-13 09:24:48 -04:00
parent d8bd9c03ac
commit b77f5d3165
No known key found for this signature in database
GPG Key ID: 1CE87DB518195760
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", "filter", "store"] if stage == "prod" else ["relay", "filter", "lightpush", "store"] }}'
nim_waku_protocols_enabled: ['relay', 'filter', 'lightpush', 'store']
# Node Key
nim_waku_node_key: '{{lookup("bitwarden", "fleets/status/"+stage+"/nodekeys", field=hostname)}}'
# Topics