修改配置
This commit is contained in:
@@ -68,7 +68,10 @@ REDIS_PORT=6379
|
||||
REDIS_PASSWORD=openIM123
|
||||
|
||||
# ── Kafka(Docker 本地运行,KRaft 模式)────────────────────────────────────
|
||||
# KAFKA_PORT:本机 open-im-server / chat 等使用的 bootstrap(127.0.0.1:KAFKA_PORT)
|
||||
# KAFKA_EXTERNAL_PORT:外网客户端 bootstrap(DEPLOY_TEST_IP:KAFKA_EXTERNAL_PORT),PLAINTEXT 无加密,须防火墙/安全组放行
|
||||
KAFKA_PORT=9092
|
||||
KAFKA_EXTERNAL_PORT=9094
|
||||
|
||||
# ── Etcd(Docker 本地运行,服务发现注册中心)───────────────────────────────
|
||||
ETCD_PORT=2379
|
||||
|
||||
Reference in New Issue
Block a user