From bda17c9f97912c4bc355f6e6f243d2091aa3cc8d Mon Sep 17 00:00:00 2001 From: Ashley Date: Mon, 14 Jun 2021 10:11:04 -0400 Subject: [PATCH] Send general users to dashboard.daily.co --- dailyjs/basic-call/env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dailyjs/basic-call/env.example b/dailyjs/basic-call/env.example index 09c847a..5ab7e03 100644 --- a/dailyjs/basic-call/env.example +++ b/dailyjs/basic-call/env.example @@ -1,8 +1,8 @@ # Domain excluding 'https://' and 'daily.co' e.g. 'somedomain' DAILY_DOMAIN= -# Obtained from https://dashboard.staging.daily.co/developers +# Obtained from https://dashboard.daily.co/developers DAILY_API_KEY= # Daily REST API endpoint -DAILY_REST_DOMAIN=https://api.daily.co/v1 \ No newline at end of file +DAILY_REST_DOMAIN=https://api.daily.co/v1