修改端口

This commit is contained in:
vet
2026-04-14 00:13:54 +07:00
parent 5d335aa15e
commit b0d620524f
6 changed files with 14 additions and 14 deletions

View File

@@ -57,7 +57,7 @@ declare -A svc_desc=(
[admin-api]=":10009"
[meetingmsg]=":8000 (WS)"
[livecloud]=":8080"
[livestream]=":8081"
[livestream]=":8888"
[build-server]=":8281"
)
@@ -108,7 +108,7 @@ _start_all() {
echo " Admin API: http://localhost:10009"
echo " MeetingMsg WS: ws://localhost:8000"
echo " Livecloud: http://localhost:8080"
echo " Livestream: http://localhost:8081"
echo " Livestream: http://localhost:8888"
echo " Build Server: http://localhost:8281"
echo ""
echo -e "${BOLD}查看日志:${NC}"