Added quotes around bootstrap server property
continuous-integration/drone/tag Build is passing
Details
continuous-integration/drone/tag Build is passing
Details
This commit is contained in:
parent
b04d6f4389
commit
323337ed64
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue