Quoted bootstrap servers
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Jim Martens 2023-10-30 00:33:25 +01:00
parent 97ce4bcce5
commit add38525a4
1 changed files with 1 additions and 1 deletions

View File

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