From 51a47a02d8ef1e6cb935bbf6f5cdf72ecc218230 Mon Sep 17 00:00:00 2001 From: David Zhao Date: Mon, 8 Apr 2024 22:51:20 -0700 Subject: [PATCH] Update .env.example --- .env.example | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 71e686f..c0b8aa0 100644 --- a/.env.example +++ b/.env.example @@ -10,6 +10,8 @@ LIVEKIT_URL=wss://my-livekit-project.livekit.cloud ## PUBLIC NEXT_PUBLIC_LK_TOKEN_ENDPOINT=/api/token -NEXT_PUBLIC_SHOW_SETTINGS_MENU=true +# Uncomment settings menu when using a LiveKit Cloud, it'll enable Krisp noise filters. +# NEXT_PUBLIC_SHOW_SETTINGS_MENU=true +# Optional, to pipe logs to datadog # NEXT_PUBLIC_DATADOG_CLIENT_TOKEN=client-token -# NEXT_PUBLIC_DATADOG_SITE=datadog-site \ No newline at end of file +# NEXT_PUBLIC_DATADOG_SITE=datadog-site