forked from FIWARE/tutorials.Big-Data-Flink
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env
More file actions
34 lines (29 loc) · 851 Bytes
/
.env
File metadata and controls
34 lines (29 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Orion variables
ORION_PORT=1026
ORION_VERSION=2.5.2
# MongoDB variables
MONGO_DB_PORT=27017
MONGO_DB_VERSION=4.2
# IoT Agent Ultralight Variables
ULTRALIGHT_VERSION=1.15.0
IOTA_NORTH_PORT=4041
IOTA_SOUTH_PORT=7896
# Tutorial variables
TUTORIAL_APP_PORT=3000
TUTORIAL_DUMMY_DEVICE_PORT=3001
# Flink variables
FLINK_VERSION=1.9.0-scala_2.11
FLINK_WEB_APP_PORT=8081
FLINK_SERVICE_PORT=9001
FLINK_TASK_MANAGER_PORT_1=6121
FLINK_TASK_MANAGER_PORT_2=6122
FLINK_JOB_MANAGER_PORT=6123
# The FLINK_VERSION - 1.9.0 and 2.11 must match the values in the pom.xml
#
# <properties>
# <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
# <flink.version>1.9.0</flink.version>
# <scala.binary.version>2.11</scala.binary.version>
# <scala.version>2.11.12</scala.version>
# <play2.version>2.4.6</play2.version>
# </properties>