mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-10-28 06:22:12 +08:00
fix: fix wrong kafka address
This commit is contained in:
parent
e9165896c8
commit
984ace6804
@ -140,7 +140,7 @@ tokenpolicy:
|
||||
accessSecret: "open_im_server"
|
||||
# Token effective time seconds as a unit
|
||||
#Seven days 7*24*60*60
|
||||
accessExpire: 604800
|
||||
accessExpire: 7
|
||||
|
||||
messagecallback:
|
||||
callbackSwitch: false
|
||||
|
||||
@ -64,7 +64,7 @@ services:
|
||||
TZ: Asia/Shanghai
|
||||
KAFKA_BROKER_ID: 0
|
||||
KAFKA_ZOOKEEPER_CONNECT: open_im_zookeeper:2181
|
||||
KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://open_im_zookeeper:9092
|
||||
KAFKA_ADVERTISED_LISTENERS: PLAINTEXT://open_im_kafka:9092
|
||||
KAFKA_LISTENERS: PLAINTEXT://0.0.0.0:9092
|
||||
depends_on:
|
||||
- zookeeper
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user