From 640387fec0a1372e76fc55e997acf118e8b3051d Mon Sep 17 00:00:00 2001 From: Peter Date: Sun, 19 Jul 2026 09:12:25 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20untrack=20.env=20=E2=80=94=20already?= =?UTF-8?q?=20covered=20by=20.gitignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit .env was accidentally committed. It contains local credentials and should never be in version control. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .env | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .env diff --git a/.env b/.env deleted file mode 100644 index 486edee..0000000 --- a/.env +++ /dev/null @@ -1,8 +0,0 @@ -SCHIPHOL_API_ID=c7c99d11 -SCHIPHOL_API_KEY=d0b69972c723403bcd7c0113fde720ca -SCHIPHOL_BASE_URL=https://api.schiphol.nl/public-flights/flights - -KAFKA_TOPIC=flights-topic -KAFKA_BOOTSTRAP_SERVERS=["kafka-node-1.home:9092"] -KAFKA_CONSUMER_GROUP=flights-consumer-group -KAFKA_SCHEMA_REGISTRY_URL=http://schema-registry.home:8081 \ No newline at end of file