mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-10-28 22:58:10 +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"
|
accessSecret: "open_im_server"
|
||||||
# Token effective time seconds as a unit
|
# Token effective time seconds as a unit
|
||||||
#Seven days 7*24*60*60
|
#Seven days 7*24*60*60
|
||||||
accessExpire: 604800
|
accessExpire: 7
|
||||||
|
|
||||||
messagecallback:
|
messagecallback:
|
||||||
callbackSwitch: false
|
callbackSwitch: false
|
||||||
|
|||||||
@ -64,7 +64,7 @@ services:
|
|||||||
TZ: Asia/Shanghai
|
TZ: Asia/Shanghai
|
||||||
KAFKA_BROKER_ID: 0
|
KAFKA_BROKER_ID: 0
|
||||||
KAFKA_ZOOKEEPER_CONNECT: open_im_zookeeper:2181
|
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
|
KAFKA_LISTENERS: PLAINTEXT://0.0.0.0:9092
|
||||||
depends_on:
|
depends_on:
|
||||||
- zookeeper
|
- zookeeper
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user