Add pubsub-topic and cluster-id config to fix peer connectivity (#49)

* add pubsub-topic and cluster-id config to fix peer connectivity

* add pubsub-topic and cluster-id to run_nwaku.sh
This commit is contained in:
Tanya S 2024-05-15 16:44:33 +02:00 committed by GitHub
parent bdcef6e9f8
commit a802c8b852
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

@ -23,4 +23,6 @@ exec /usr/bin/wakunode\
--rest=true\
--rest-admin=true\
--rest-private=true\
--rest-address=0.0.0.0
--rest-address=0.0.0.0\
--pubsub-topic=/waku/2/rs/66/0\
--cluster-id=66

View File

@ -91,4 +91,6 @@ exec /usr/bin/wakunode\
--metrics-server=True\
--metrics-server-address=0.0.0.0\
--discv5-bootstrap-node=${BOOTSTRAP_ENR}\
--nat=extip:${IP}
--nat=extip:${IP}\
--pubsub-topic=/waku/2/rs/66/0\
--cluster-id=66