We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e263525 commit 00d0180Copy full SHA for 00d0180
lib/allora/test/.env-test
@@ -13,3 +13,9 @@ EDGE_DATA_VOL_TYPE="gp3"
13
EDGE_DATA_VOL_SIZE="256" # Current required data size to keep both snapshot archive and unarchived version of it (not applicable for "instance-store")
14
EDGE_DATA_VOL_IOPS="3000" # Max IOPS for EBS volumes (not applicable for "instance-store")
15
EDGE_DATA_VOL_THROUGHPUT="125" # Max throughput for EBS gp3 volumes (not applicable for "io1" | "io2" | "instance-store")
16
+
17
+#Allora Node Worker Generation Config
18
+ALLORA_WORKER_NAME="aws"
19
+ALLORA_TOPIC_ID="3"
20
+ALLORA_ENV="dev"
21
+ALLORA_NETWORK_NAME="edgenet"
0 commit comments