修改配置

This commit is contained in:
vet
2026-04-13 21:58:54 +07:00
parent 1654d5f7b6
commit b94ecd7dd9
4 changed files with 20 additions and 6 deletions

View File

@@ -68,7 +68,10 @@ REDIS_PORT=6379
REDIS_PASSWORD=openIM123
# ── KafkaDocker 本地运行KRaft 模式)────────────────────────────────────
# KAFKA_PORT本机 open-im-server / chat 等使用的 bootstrap127.0.0.1:KAFKA_PORT
# KAFKA_EXTERNAL_PORT外网客户端 bootstrapDEPLOY_TEST_IP:KAFKA_EXTERNAL_PORTPLAINTEXT 无加密,须防火墙/安全组放行
KAFKA_PORT=9092
KAFKA_EXTERNAL_PORT=9094
# ── EtcdDocker 本地运行,服务发现注册中心)───────────────────────────────
ETCD_PORT=2379