Skip to content

Commit

Permalink
[Fix] correct env vars names for consumer and producer enabled
Browse files Browse the repository at this point in the history
Signed-off-by: David Kornel <[email protected]>
  • Loading branch information
kornys committed May 16, 2024
1 parent 3c705ac commit a0b7436
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/docker/kafka_bridge_config_generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit a0b7436

Please sign in to comment.