fix: rename OLCRTC_CARRIER to OLCRTC_AUTH in compose and entrypoint

Beta project — breaking change allowed.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
zarazaex69
2026-05-11 14:24:09 +03:00
parent f76130e90d
commit 23d782c63c
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ fi
mode="${OLCRTC_MODE:-srv}"
room_id="${OLCRTC_ROOM_ID:-}"
auth="${OLCRTC_AUTH:-${OLCRTC_CARRIER:-}}"
auth="${OLCRTC_AUTH:-}"
transport="${OLCRTC_TRANSPORT:-}"
link="${OLCRTC_LINK:-direct}"
data_dir="${OLCRTC_DATA_DIR:-/usr/share/olcrtc}"