Setting NUM_GOWAKU_NODES to 0 in readme

This commit is contained in:
Gabriel Mermelstein 2023-10-31 17:14:29 +02:00
parent 9dbc42ea5e
commit 5d690db8cb
No known key found for this signature in database
GPG Key ID: 306734DDCE542DCD

View File

@ -17,7 +17,7 @@ Configure the simulation parameters. You can place the env variable in an `.env`
export GOWAKU_IMAGE=wakuorg/go-waku:latest
export NWAKU_IMAGE=wakuorg/nwaku:v0.21.2-rc.0
export NUM_NWAKU_NODES=5
export NUM_GOWAKU_NODES=5
export NUM_GOWAKU_NODES=0
export TRAFFIC_DELAY_SECONDS=15
export MSG_SIZE_KBYTES=10
docker-compose up -d