修改配置
This commit is contained in:
@@ -20,6 +20,7 @@ print_container_status "Redis" "dev-redis" "${REDIS_PORT:-6379}"
|
||||
print_container_status "Kafka" "dev-kafka" "${KAFKA_PORT:-9092}"
|
||||
printf " ${CYAN}◉${NC} %-10s Kafka 外网 bootstrap(EXTERNAL)%s:%s TCP PLAINTEXT\n" "" "${DEPLOY_TEST_IP:-?}" "${KAFKA_EXTERNAL_PORT:-9094}"
|
||||
print_container_status "Etcd" "dev-etcd" "${ETCD_PORT:-2379}"
|
||||
print_container_status "MinIO" "dev-minio" "${MINIO_API_PORT:-9000}"
|
||||
print_container_status "LiveKit" "dev-livekit" "7880"
|
||||
printf " ${CYAN}◉${NC} %-10s 公网 %s:50000-51000/udp (WebRTC)\n" "" "${LIVEKIT_NODE_IP:-?}"
|
||||
|
||||
@@ -28,8 +29,8 @@ echo ""
|
||||
echo -e "${BOLD}[ 远程服务(连接配置)]${NC}"
|
||||
printf " ${CYAN}◉${NC} %-10s %s\n" "MongoDB" \
|
||||
"${MONGO_HOST:-?}:${MONGO_PORT:-27017}/${MONGO_DATABASE:-?} (authSource=${MONGO_AUTHSOURCE:-?})"
|
||||
printf " ${CYAN}◉${NC} %-10s %s\n" "S3" \
|
||||
"s3://${AWS_BUCKET:-?} region=${AWS_REGION:-?}"
|
||||
printf " ${CYAN}◉${NC} %-10s %s\n" "MinIO" \
|
||||
"bucket=${MINIO_BUCKET:-?} external=${MINIO_EXTERNAL_ADDRESS:-?}"
|
||||
|
||||
# ── 后端服务 ─────────────────────────────────────────────────────────────────
|
||||
echo ""
|
||||
|
||||
Reference in New Issue
Block a user