Skip to content

Commit

Permalink
store node enable store-sync protocol
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Folgueira Bande <[email protected]>
  • Loading branch information
Ivansete-status committed Aug 28, 2024
1 parent abb457b commit 2c4de02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/group_vars/store.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ nim_waku_cont_name: 'nim-waku-store'
nim_waku_cont_vol: '/docker/{{ nim_waku_cont_name }}'
nim_waku_node_conf_path: '{{ nim_waku_cont_vol }}/conf'
nim_waku_log_level: "{{ 'trace' if stage == 'staging' else 'debug' }}"
nim_waku_protocols_enabled: ['relay', 'store']
nim_waku_protocols_enabled: ['relay', 'store', 'store-sync']
nim_waku_disc_v5_enabled: true
nim_waku_dns4_domain_name: '{{ dns_entry }}'
nim_waku_node_key: '{{lookup("bitwarden", "fleets/status/"+stage+"/nodekeys", field=hostname)}}'
Expand Down

0 comments on commit 2c4de02

Please sign in to comment.