From f9827e76d6efc90f3cb5974197bce82f7fdeb7a7 Mon Sep 17 00:00:00 2001 From: qinqiangxu Date: Thu, 29 Feb 2024 19:02:00 +0800 Subject: [PATCH] Update the enviornment config to align with the Contoso Inc --- .env.development | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.development b/.env.development index eaf18fc..e4d6238 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ REACT_APP_API_URL=http://localhost:7088 -REACT_APP_MSAL_CLIENT_ID=df29c7ae-9c24-4c97-8dad-78cfdef6fb9c -REACT_APP_MSAL_TENANT_ID=ec509c4c-6b8f-4558-a7b7-030ff99b57e0 -REACT_APP_MSAL_SCOPE=api://5ae8544e-23d2-4561-a96d-d1e561a0a674/.default +REACT_APP_MSAL_CLIENT_ID=121b9755-f739-44ec-bd62-115e17eb367e +REACT_APP_MSAL_TENANT_ID=834ffa2f-8407-4308-a72c-8536843b8488 +REACT_APP_MSAL_SCOPE=api://41b7f870-f4ad-4814-8b11-1d90341ce94f/.default REACT_APP_VERSION=debug \ No newline at end of file