fix: fix wrong kafka address

This commit is contained in:
陈超 2021-12-18 17:23:00 +08:00
parent e9165896c8
commit 984ace6804
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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