Added quotes around bootstrap server property
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Jim Martens 2023-10-30 00:32:19 +01:00
parent b04d6f4389
commit 323337ed64
1 changed files with 1 additions and 1 deletions

View File

@ -4,4 +4,4 @@ spring:
- "configserver:${CONFIGSERVER_SCHEME:http}://${CONFIGSERVER_HOST:configserver}:${CONFIGSERVER_PORT:8888}${CONFIGSERVER_PREFIX:/config}"
kafka:
bootstrap-servers:
- ${KAFKA_HOST:kafka}:${KAFKA_PORT:9092}
- "${KAFKA_HOST:kafka}:${KAFKA_PORT:9092}"