mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-07 16:33:07 +00:00
Update running node scripts: removed obsolate --pubsub-topic, replaced with --shard
This commit is contained in:
parent
608029a4cc
commit
3b32ad8749
@ -21,5 +21,5 @@ exec /usr/bin/wakunode\
|
||||
--metrics-server-address=0.0.0.0\
|
||||
--nodekey=30348dd51465150e04a5d9d932c72864c8967f806cce60b5d26afeca1e77eb68\
|
||||
--nat=extip:${IP}\
|
||||
--pubsub-topic=/waku/2/rs/66/0\
|
||||
--shard=0\
|
||||
--cluster-id=66
|
||||
@ -43,6 +43,6 @@ exec /usr/bin/wakunode\
|
||||
--metrics-server-address=0.0.0.0\
|
||||
--nat=extip:${IP}\
|
||||
--tcp-port:60002\
|
||||
--pubsub-topic=/waku/2/rs/66/0\
|
||||
--shard=0\
|
||||
--cluster-id=66\
|
||||
--nodekey=5358f02c157accb30a6c1d5920e778604de12e23d6009512be44f72f1a64d828
|
||||
@ -129,7 +129,6 @@ echo "Run with RLN ${RLN_ENABLED}"
|
||||
|
||||
exec /usr/bin/wakunode\
|
||||
--relay=true\
|
||||
--lightpush=true\
|
||||
--max-connections=250\
|
||||
--rest=false\
|
||||
--rln-relay=${RLN_ENABLED}\
|
||||
@ -149,5 +148,5 @@ exec /usr/bin/wakunode\
|
||||
--metrics-server-address=0.0.0.0\
|
||||
--discv5-bootstrap-node=${BOOTSTRAP_ENR}\
|
||||
--nat=extip:${IP}\
|
||||
--pubsub-topic=/waku/2/rs/66/0\
|
||||
--shard=0\
|
||||
--cluster-id=66
|
||||
@ -165,7 +165,7 @@ exec /usr/bin/wakunode\
|
||||
--nat=extip:${IP}\
|
||||
--tcp-port:60001\
|
||||
--nodekey=e3416f0b00005aa3ebc9cd42797b3847bfbf4fe810edaa6a1fc65e755638b7fb\
|
||||
--pubsub-topic=/waku/2/rs/66/0\
|
||||
--shard=0\
|
||||
--cluster-id=66\
|
||||
--store-message-db-url="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/postgres"\
|
||||
${STORE_RETENTION_POLICY}\
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user