修改端口
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user