2024-04-24 16:29:52 +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