Skip to content

Commit 534817e

Browse files
authored
Update .env
1 parent fd7fad8 commit 534817e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ REDIS_CHANNEL="redis-message-channel"
1414

1515
#KAFKA ENV'S
1616
KAFKA_GROUP_ID="scalable-chat-app"
17-
KAFKA_BROKERS="192.168.1.110:9092"
17+
KAFKA_BROKERS="<IPv4-Address>:9092"
1818
PROCESS_KAFKA_MESSAGE_LIMIT=100
1919
KAFKA_TOPIC="chat-updates"
20-
KAFKA_NO_OF_PARTITIONS=1
20+
KAFKA_NO_OF_PARTITIONS=1

0 commit comments

Comments
 (0)