diff --git a/ansible/group_vars/node.yml b/ansible/group_vars/node.yml index a64eec5..feb739d 100644 --- a/ansible/group_vars/node.yml +++ b/ansible/group_vars/node.yml @@ -44,7 +44,10 @@ nim_waku_store_vacuum: true # DNS Discovery nim_waku_dns_disc_enabled: true -nim_waku_dns_disc_url: 'enrtree://AOGYWMBYOUIMOENHXCHILPKY3ZRFEULMFI4DOM442QSZ73TT2A7VI@test.waku.nodes.status.im' +nim_waku_dns_disc_url_map: + test: 'enrtree://AOGYWMBYOUIMOENHXCHILPKY3ZRFEULMFI4DOM442QSZ73TT2A7VI@test.waku.nodes.status.im' + sandbox: 'enrtree://AIRVQ5DDA4FFWLRBCHJWUWOO6X6S4ZTZ5B667LQ6AJU6PEYDLRD5O@sandbox.waku.nodes.status.im' +nim_waku_dns_disc_url: '{{ nim_waku_dns_disc_url_map[stage] }}' # Enable websockets in Waku # Could run into the issue of overflowing ENR, might have to disable this.