mirror of
https://github.com/waku-org/waku-simulator.git
synced 2025-02-28 23:40:35 +00:00
13 lines
335 B
Bash
13 lines
335 B
Bash
# Env variables for metal-01.he-eu-hel1.wakusim.misc host.
|
|
NWAKU_IMAGE=wakuorg/nwaku:latest
|
|
GOWAKU_IMAGE=wakuorg/go-waku:v0.8.0
|
|
# Network scaling.
|
|
NUM_NWAKU_NODES=100
|
|
NUM_GOWAKU_NODES=0
|
|
# Simulation traffic.
|
|
MSG_PER_SECOND=10
|
|
MSG_SIZE_KBYTES=10
|
|
TRAFFIC_DELAY_SECONDS=15
|
|
# Enable automatic Docker image updates.
|
|
WATCHTOWER_ENABLED=true
|