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:
parent
bdcef6e9f8
commit
a802c8b852
|
@ -23,4 +23,6 @@ exec /usr/bin/wakunode\
|
||||||
--rest=true\
|
--rest=true\
|
||||||
--rest-admin=true\
|
--rest-admin=true\
|
||||||
--rest-private=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
|
|
@ -91,4 +91,6 @@ exec /usr/bin/wakunode\
|
||||||
--metrics-server=True\
|
--metrics-server=True\
|
||||||
--metrics-server-address=0.0.0.0\
|
--metrics-server-address=0.0.0.0\
|
||||||
--discv5-bootstrap-node=${BOOTSTRAP_ENR}\
|
--discv5-bootstrap-node=${BOOTSTRAP_ENR}\
|
||||||
--nat=extip:${IP}
|
--nat=extip:${IP}\
|
||||||
|
--pubsub-topic=/waku/2/rs/66/0\
|
||||||
|
--cluster-id=66
|
Loading…
Reference in New Issue