File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,9 @@ MONGO_PASSWORD=openIM123 # MongoDB password
3131
3232# Kafka configuration
3333KAFKA_ADDRESS = " kafka:9094" # Address of Kafka server
34- KAFKA_USERNAME = # Kafka username
35- KAFKA_PASSWORD = # Kafka password
3634
3735# Etcd configuration
3836ETCD_ADDRESS = " etcd:2379"
39- ETCD_USERNAME = # Etcd username
40- ETCD_PASSWORD = # Etcd password
4137
4238# Redis configuration
4339REDIS_ADDRESS = " redis:6379" # Address of Redis server
Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ services:
184184 KAFKA_CFG_AUTO_CREATE_TOPICS_ENABLE : " true"
185185
186186 KAFKA_CFG_LISTENERS : " PLAINTEXT://:9092,CONTROLLER://:9093,EXTERNAL://:9094"
187- KAFKA_CFG_ADVERTISED_LISTENERS : " PLAINTEXT://kafka:9092,EXTERNAL://localhost:19094 "
187+ KAFKA_CFG_ADVERTISED_LISTENERS : " PLAINTEXT://kafka:9092,EXTERNAL://kafka:9094 "
188188 KAFKA_CFG_LISTENER_SECURITY_PROTOCOL_MAP : " CONTROLLER:PLAINTEXT,EXTERNAL:PLAINTEXT,PLAINTEXT:PLAINTEXT"
189189 KAFKA_CFG_INTER_BROKER_LISTENER_NAME : " PLAINTEXT"
190190
You can’t perform that action at this time.
0 commit comments