From 89f2440f61c59bcb20287aa283518ed6278034c0 Mon Sep 17 00:00:00 2001 From: "EP\\qang2" Date: Mon, 5 Feb 2024 10:20:14 +0700 Subject: [PATCH] Remove keys from env file Fixes: AFORM-3988 --- samples/sample-react-app/.env | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 samples/sample-react-app/.env diff --git a/samples/sample-react-app/.env b/samples/sample-react-app/.env deleted file mode 100644 index c1fa972..0000000 --- a/samples/sample-react-app/.env +++ /dev/null @@ -1,4 +0,0 @@ -REACT_APP_ENDPOINT_GET_FORM_BY_PAGE_URL=http://localhost:8082/api/React/GetFormInPageByUrl?url= -REACT_APP_HEADLESS_FORM_BASE_URL=http://localhost:8082/ -REACT_APP_AUTH_BASEURL=http://localhost:8082/api/episerver/connect/token -REACT_APP_CONTENT_GRAPH_GATEWAY_URL=https://dev.cg.optimizely.com/content/v2?auth=3yUD03bcVMSICOruZKYBYcfnQu3TXaDIvQF0qvRgjCD3p5W5 \ No newline at end of file