chore: untrack .env — already covered by .gitignore

.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>
This commit is contained in:
Peter 2026-07-19 09:12:25 +02:00
parent 68734dee3e
commit 640387fec0

8
.env
View File

@ -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