From 3bc62d0a7f71a114f6c69bef2b91f58f12c386b3 Mon Sep 17 00:00:00 2001 From: Jacob Fondriest Date: Fri, 13 Sep 2024 17:16:27 -0400 Subject: [PATCH] update constants --- src/core/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/constants.js b/src/core/constants.js index 5d203a0dc..4047ccd28 100644 --- a/src/core/constants.js +++ b/src/core/constants.js @@ -11,10 +11,10 @@ export const SPEECH_RECOGNITION_LOCALES_SUPPORTED_BY_EDGE = '@@SPEECH_RECOGNITIO /** The cloud region being used, injected by the build process */ export const CLOUD_REGION = '@@CLOUD_REGION'; -/** The identifier of the production environment */ +/** The identifier for all cloud providers */ export const GLOBAL_MULTI = 'multi'; -/** The identifier of the sandbox environment */ +/** The identifier for using GCP */ export const GLOBAL_GCP = 'gcp'; /** The identifier of the production environment */