Skip to content

Commit

Permalink
add wakusim.env file for wakusim.misc host
Browse files Browse the repository at this point in the history
For more details see:
status-im/infra-nim-waku#79

Signed-off-by: Jakub Sokołowski <jakub@status.im>
  • Loading branch information
jakubgs committed Sep 26, 2023
1 parent be6d8c7 commit 8dad071
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
**/.DS_Store
*.env
!wakusim.env
11 changes: 11 additions & 0 deletions wakusim.env
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8dad071

Please sign in to comment.