diff --git a/bin/docker/kafka_bridge_config_generator.sh b/bin/docker/kafka_bridge_config_generator.sh index 2492e66d..01e49d60 100755 --- a/bin/docker/kafka_bridge_config_generator.sh +++ b/bin/docker/kafka_bridge_config_generator.sh @@ -151,8 +151,8 @@ http.cors.enabled=${KAFKA_BRIDGE_CORS_ENABLED} http.cors.allowedOrigins=${KAFKA_BRIDGE_CORS_ALLOWED_ORIGINS} http.cors.allowedMethods=${KAFKA_BRIDGE_CORS_ALLOWED_METHODS} http.timeoutSeconds=${KAFKA_BRIDGE_HTTP_CONSUMER_TIMEOUT} -http.consumer.enabled=${KAFKA_BRIDGE_HTTP_CONSUMER_ENABLED} -http.producer.enabled=${KAFKA_BRIDGE_HTTP_PRODUCER_ENABLED} +http.consumer.enabled=${KAFKA_BRIDGE_CONSUMER_ENABLED} +http.producer.enabled=${KAFKA_BRIDGE_PRODUCER_ENABLED} EOF )