From 353c1e6d583d475f540de0a7b075ce2f01e584ea Mon Sep 17 00:00:00 2001 From: Phu Nguyen Date: Mon, 5 Feb 2024 14:25:04 +0700 Subject: [PATCH] add .env file --- samples/sample-react-app/.env | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 samples/sample-react-app/.env diff --git a/samples/sample-react-app/.env b/samples/sample-react-app/.env new file mode 100644 index 0000000..920d356 --- /dev/null +++ b/samples/sample-react-app/.env @@ -0,0 +1,4 @@ +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=INPUT_SINGLE_KEY_HERE \ No newline at end of file