mirror of
https://github.com/status-im/infra-waku.git
synced 2025-02-18 15:56:37 +00:00
nim-waku: add cluster-id flag (#4)
https://github.com/status-im/infra-waku/issues/3
This commit is contained in:
parent
8a8bc4de7a
commit
8e88c59dfb
@ -8,6 +8,7 @@ nim_waku_protocols_enabled: ['relay', 'store', 'filter', 'lightpush', 'peer-exch
|
||||
nim_waku_disc_v5_enabled: true
|
||||
nim_waku_dns4_domain_name: '{{ dns_entry }}'
|
||||
nim_waku_node_key: '{{lookup("bitwarden", "fleets/"+env+"/"+stage+"/nodekeys", field=hostname)}}'
|
||||
nim_waku_cluster_id: 1
|
||||
|
||||
# Subscribe to all shards
|
||||
nim_waku_pubsub_topics:
|
||||
|
@ -30,7 +30,7 @@
|
||||
|
||||
- name: nim-waku
|
||||
src: git@github.com:status-im/infra-role-nim-waku.git
|
||||
version: 091c9faacb507227ea0c9a350fb2af34c2a19b3e
|
||||
version: af9a3801d272abc28ad71a84a36d30f4bcd06d11
|
||||
scm: git
|
||||
|
||||
- name: infra-role-postgres-ha
|
||||
|
Loading…
x
Reference in New Issue
Block a user