11 lines
219 B
Bash
11 lines
219 B
Bash
#!/bin/bash
|
|
|
|
. /scripts/utils.sh
|
|
|
|
LIVEKIT_URL=$(getDeploymentUrl ws)
|
|
MEET_BASE_URL=$(getDeploymentUrl http meet)
|
|
export LIVEKIT_URL="${LIVEKIT_URL}"
|
|
export MEET_BASE_URL="${MEET_BASE_URL}"
|
|
|
|
/usr/local/bin/entrypoint.sh
|