Skip to content

Commit 331fc10

Browse files
authored
add wakusim.env file for wakusim.misc host (#9)
For more details see: status-im/infra-wakuv2#79 Signed-off-by: Jakub Sokołowski <jakub@status.im>
1 parent be6d8c7 commit 331fc10

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
**/.DS_Store
22
*.env
3+
!wakusim.env

wakusim.env

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Env variables for metal-01.he-eu-hel1.wakusim.misc host.
2+
NWAKU_IMAGE=wakuorg/nwaku:v0.20.0
3+
GOWAKU_IMAGE=wakuorg/go-waku:v0.8.0
4+
# Network scaling.
5+
NUM_NWAKU_NODES=100
6+
NUM_GOWAKU_NODES=0
7+
# Simulation traffic.
8+
MSG_PER_SECOND=10
9+
MSG_SIZE_KBYTES=10
10+
# Enable automatic Docker image updates.
11+
WATCHTOWER_ENABLED=true

0 commit comments

Comments
 (0)