From 0bc554e331ac56e3d57ce8ec3ca23c707d276b40 Mon Sep 17 00:00:00 2001 From: lebaudantoine Date: Mon, 3 Aug 2026 19:58:59 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=91=E2=80=8D=F0=9F=92=BB(backend)=20ad?= =?UTF-8?q?d=20commented=20the=20roomkit=20env=20variables?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Useful for an easier devex when working on the feature. --- env.d/development/common.dist | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/env.d/development/common.dist b/env.d/development/common.dist index 99e1499e..a63f2ed4 100644 --- a/env.d/development/common.dist +++ b/env.d/development/common.dist @@ -85,6 +85,10 @@ RECORDING_DOWNLOAD_BASE_URL=http://localhost:3000/recording # Telephony ROOM_TELEPHONY_ENABLED=True +# RoomKit +# ROOMKIT_ENABLED = True +# ROOMKIT_SERVER_TO_SERVER_API_TOKEN = ThisIsAnExampleKeyForDevPurposeOnly + # Metadata METADATA_COLLECTOR_ENABLED=True