Skip to content

Commit

Permalink
Update sample.env comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mwodahl committed Apr 30, 2024
1 parent 8ffd14f commit a4bebce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sample.env
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ HEADER_X_API_KEY=
KAFKA_TYPE=
CONFLUENT_KEY=
CONFLUENT_SECRET=
KAFKA_ENABLE_AUTO_COMMIT=
KAFKA_AUTO_COMMIT_INTERVAL_MS=
KAFKA_SESSION_TIMEOUT_MS=
KAFKA_ENABLE_AUTO_COMMIT= # Defaults to false
KAFKA_AUTO_COMMIT_INTERVAL_MS= # Defaults to 1000
KAFKA_SESSION_TIMEOUT_MS= # Defaults to 30000

# MONGODB Variables
MONGO_IP=${DOCKER_HOST_IP}
Expand Down

0 comments on commit a4bebce

Please sign in to comment.