From 3ef1f63414c007a8c704160d6eb92bc076ea44bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Soko=C5=82owski?= Date: Thu, 15 Sep 2022 14:43:31 +0200 Subject: [PATCH] status: use DNS discovery, connect to given stage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://github.com/status-im/infra-status/issues/17 Signed-off-by: Jakub SokoĊ‚owski --- ansible/group_vars/status.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ansible/group_vars/status.yml b/ansible/group_vars/status.yml index 6b982f7..e0fd11f 100644 --- a/ansible/group_vars/status.yml +++ b/ansible/group_vars/status.yml @@ -21,6 +21,9 @@ nim_waku_p2p_max_connections: 150 # SQLite store nim_waku_sqlite_store: true nim_waku_sqlite_retention_time: 1209600 # 14 days +# DNS Discovery +nim_waku_dns_disc_enabled: true +nim_waku_dns_disc_url: 'enrtree://AOGECG2SPND25EEFMAJ5WF3KSGJNSGV356DSTL2YVLLZWIV6SAYBM@{{ stage }}.nodes.status.im' # Discovery V5 nim_waku_disc_v5_enabled: true nim_waku_disc_v5_enr_auto_update: true