mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-04 15:03:05 +00:00
15 lines
421 B
Bash
15 lines
421 B
Bash
# Env variables for metal-01.he-eu-hel1.wakusim.misc host.
|
|
NWAKU_IMAGE=quay.io/wakuorg/nwaku-pr:2607-rln-v2
|
|
# Network scaling.
|
|
NUM_NWAKU_NODES=50
|
|
# Simulation traffic.
|
|
MSG_PER_SECOND=10
|
|
MSG_SIZE_KBYTES=10
|
|
TRAFFIC_DELAY_SECONDS=15
|
|
# Enable automatic Docker image updates.
|
|
WATCHTOWER_ENABLED=true
|
|
# Anvil RPC Node external IP and port
|
|
RPC_URL=http://foundry:8545
|
|
# RLNv2 limits
|
|
RLN_RELAY_MSG_LIMIT=10
|
|
RLN_RELAY_EPOCH_SEC=60 |