Added environment variables for Kafka

This commit is contained in:
Jim Martens 2023-08-20 18:24:29 +02:00
parent 6dbb512c81
commit 97ce4bcce5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
spring:
kafka:
bootstrap-servers:
- kafka:9092
- ${KAFKA_HOST:kafka}:${KAFKA_PORT:9092}