mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-01-05 23:43:11 +00:00
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:
parent
be6d8c7703
commit
331fc1013a
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
**/.DS_Store
|
**/.DS_Store
|
||||||
*.env
|
*.env
|
||||||
|
!wakusim.env
|
||||||
|
|||||||
11
wakusim.env
Normal file
11
wakusim.env
Normal 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
|
||||||
Loading…
x
Reference in New Issue
Block a user