add wakusim.env file for wakusim.misc host (#9)

For more details see:
https://github.com/status-im/infra-nim-waku/issues/79

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-09-27 08:55:16 +02:00 committed by GitHub
parent be6d8c7703
commit 331fc1013a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
**/.DS_Store
*.env
!wakusim.env

11
wakusim.env Normal file
View File

@ -0,0 +1,11 @@
# Env variables for metal-01.he-eu-hel1.wakusim.misc host.
NWAKU_IMAGE=wakuorg/nwaku:v0.20.0
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
# Enable automatic Docker image updates.
WATCHTOWER_ENABLED=true