From c62a5674e80b35babcda811ede24df7708f8f12d Mon Sep 17 00:00:00 2001 From: Chris Bartholomew Date: Wed, 18 Oct 2023 11:09:06 -0400 Subject: [PATCH] Removing the CREDENTIALS setting, This is the wrong credential. --- .../applications/react-chatbot-ui/get-env-vars-from-profile.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/applications/react-chatbot-ui/get-env-vars-from-profile.sh b/examples/applications/react-chatbot-ui/get-env-vars-from-profile.sh index bdd4da945..0a0580ed0 100755 --- a/examples/applications/react-chatbot-ui/get-env-vars-from-profile.sh +++ b/examples/applications/react-chatbot-ui/get-env-vars-from-profile.sh @@ -16,5 +16,3 @@ export REACT_APP_CREDENTIALS=$CREDENTIALS # Print environment variables echo "export REACT_APP_WEBSOCKET_URL=$REACT_APP_WEBSOCKET_URL" echo "export REACT_APP_TENANT=$REACT_APP_TENANT" -echo "export REACT_APP_CREDENTIALS=$REACT_APP_CREDENTIALS" -