Skip to content

Commit

Permalink
Added quotes around bootstrap server property
Browse files Browse the repository at this point in the history
  • Loading branch information
2martens committed Oct 29, 2023
1 parent b04d6f4 commit 323337e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module-server/src/main/resources/application-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"

0 comments on commit 323337e

Please sign in to comment.