openvidu-local-deployment/scripts/entrypoint_v2comp.sh
2024-04-24 14:49:02 +02:00

9 lines
136 B
Bash

#!/bin/sh
set -e
. /scripts/utils.sh
URL=$(getDeploymentUrl)
export OPENVIDU_SHIM_URL="${URL}"
export LIVEKIT_URL="${URL}"
/bin/server