nim-waku: enable dns discovery

This commit is contained in:
Anton Iakimov 2023-11-06 15:24:35 +01:00
parent dd1b371f28
commit fc0f80d509
No known key found for this signature in database
GPG Key ID: DEA1FE58DD8BF7FA
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ nim_waku_store_message_db_url: 'postgres://{{ nim_waku_store_message_db_user}}:{
nim_waku_store_message_retention_policy: 'time:2592000' # 30 days
# DNS Discovery
nim_waku_dns_disc_enabled: false
#nim_waku_dns_disc_url: TODO launch the fleet with DNS disc disabled, construct and publish the tree and then update config
nim_waku_dns_disc_enabled: true
nim_waku_dns_disc_url: 'enrtree://AOGYWMBYOUIMOENHXCHILPKY3ZRFEULMFI4DOM442QSZ73TT2A7VI@test.waku.nodes.status.im'
# Enable WebSockets via Websockify
nim_waku_websockify_enabled: false