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