From 8fe1ef2e4751ebfe692d44ac3ce62a490d6aa204 Mon Sep 17 00:00:00 2001 From: stubbsta Date: Wed, 15 May 2024 09:49:10 +0200 Subject: [PATCH] add pubsub-topic and cluster-id config to fix peer connectivity --- run_bootstrap.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/run_bootstrap.sh b/run_bootstrap.sh index fbb9170..0b1b0e7 100755 --- a/run_bootstrap.sh +++ b/run_bootstrap.sh @@ -23,4 +23,6 @@ exec /usr/bin/wakunode\ --rest=true\ --rest-admin=true\ --rest-private=true\ - --rest-address=0.0.0.0 \ No newline at end of file + --rest-address=0.0.0.0\ + --pubsub-topic=/waku/2/rs/66/0\ + --cluster-id=66 \ No newline at end of file