We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbb833d commit 73ab436Copy full SHA for 73ab436
1 file changed
.env
@@ -1,13 +1,13 @@
1
# Orion variables
2
ORION_PORT=1026
3
-ORION_VERSION=3.0.0
+ORION_VERSION=3.1.0
4
5
# MongoDB variables
6
MONGO_DB_PORT=27017
7
MONGO_DB_VERSION=4.4
8
9
# IoT Agent Ultralight Variables
10
-ULTRALIGHT_VERSION=1.16.0-distroless
+ULTRALIGHT_VERSION=1.16.2-distroless
11
IOTA_NORTH_PORT=4041
12
IOTA_SOUTH_PORT=7896
13
@@ -16,7 +16,7 @@ TUTORIAL_APP_PORT=3000
16
TUTORIAL_DUMMY_DEVICE_PORT=3001
17
18
# Keyrock variables
19
-KEYROCK_VERSION=7.9.2-distroless
+KEYROCK_VERSION=8.0.0-distroless
20
KEYROCK_PORT=3005
21
KEYROCK_HTTPS_PORT=3443
22
IDM_HTTPS_ENABLED=false
0 commit comments