From 60552ff78da67ffc7bdb4b8a9bd4cf68e2885167 Mon Sep 17 00:00:00 2001
From: Gianluigi Pelle <gianluigi.contact@gmail.com>
Date: Sat, 18 Jun 2022 03:28:24 +0200
Subject: [PATCH] modified git ignored

---
 .env       | 17 +++++++++++++++++
 .gitignore |  1 -
 2 files changed, 17 insertions(+), 1 deletion(-)
 create mode 100644 .env

diff --git a/.env b/.env
new file mode 100644
index 0000000..ec2141d
--- /dev/null
+++ b/.env
@@ -0,0 +1,17 @@
+COMPOSE_PROFILES=kafka-ui,connect1
+PORT_ZOOKEEPER=2181
+PORT_BROKER1=29092
+PORT_CONNECT=8083
+PORT_KAFKA_UI=28080
+PORT_NEWS_CONSUMER=28888
+
+# Flink image (the one on GitLab includes Python)
+FLINK_IMAGE=flink:1.14.4-scala_2.12
+# FLINK_IMAGE=gitlab.inf.unibz.it:4567/rtbdp/resources/flink/pyflink:1.14.4-scala_2.12
+
+# Flink settings
+FLINK_TASK_SLOTS=4
+FLINK_DEFAULT_PARALLELISM=1
+
+# ports
+PORT_FLINK=8081
diff --git a/.gitignore b/.gitignore
index efa1cf6..de09f1c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,3 @@
-.env
 __pycache__/
 java/target/
 java/.idea/
-- 
GitLab