From e8841653f8c95aaec16f072325deb3c8cf60bd94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AD=99=E5=B0=8F=E4=BA=91?= Date: Fri, 23 May 2025 16:19:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=89=88=E6=9C=AC=E7=9A=84?= =?UTF-8?q?=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- start/airport.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/start/airport.sh b/start/airport.sh index 883cb01..59927f5 100755 --- a/start/airport.sh +++ b/start/airport.sh @@ -27,8 +27,8 @@ docker run --pull always -d \ --env SPRING_NEWMQTT_ONLINEURL=tcp://${MQTT_NAME}:1883 \ --env SPRING_NEWMQTT_URL=tcp://${MQTT_NAME}:1883 \ --env SPRING_NEWMQTT_NEWURL=tcp://${MQTT_NAME}:1883 \ ---env VIDEO_SERVER_REQUEST_URL=http://${STREAM_NAME}:8080 \ ---env VIDEO_SERVER_VIDEO_PLAY_URL=https://${SRS_DOMAIN}:${NGINX_HTTPS_PORT}/recording/ \ +--env VIDEOSERVER_REQUESTURL=http://${STREAM_NAME}:8080 \ +--env VIDEOSERVER_VIDEOPLAYURL=https://${SRS_DOMAIN}:${NGINX_HTTPS_PORT}/recording/ \ --env SPRING_KAFKA_BOOTSTRAP_SERVERS=${KAFKA_NAME}:9092 \ --env MINIO_OSS_ENDPOINT=http://${MINIO_NAME}:9000 \ --env MINIO_OSS_OUTENDPOINT=https://${MINIO_DOMAIN}:${NGINX_HTTPS_PORT} \