diff --git a/.env.local b/.env.local index fe88f28..9335b88 100644 --- a/.env.local +++ b/.env.local @@ -1,6 +1,6 @@ API_BASE_URL=http://evergreen VERIFIER_HOST=http://evergreen:5001/grassroot-verifier/us-central1 -HITCOUNT_HOST=http://localhost:8080 +HITCOUNT_HOST=http://evergreen:8080 REGISTRATION_HOST=http://evergreen:5001/grassroot-verifier/us-central1 FUNCTION_SUFFIX=v2 -GPAY_BASE_URL=http://localhost:5002/grassroots-gpay/us-central1/googlesign +GPAY_BASE_URL=http://192.168.2.200:5002/grassroots-gpay/us-central1/googlesign diff --git a/.gitignore b/.gitignore index bfc46a4..fb5b0a8 100644 --- a/.gitignore +++ b/.gitignore @@ -34,3 +34,4 @@ yarn-error.log* .idea *.local *.local +.env.local diff --git a/components/Form.tsx b/components/Form.tsx index 2b3a4a6..5e3f682 100644 --- a/components/Form.tsx +++ b/components/Form.tsx @@ -131,7 +131,7 @@ function Form(): JSX.Element { //TODO: feature flagging - // await createDataUrlForDisplay(selectedFile); + await createDataUrlForDisplay(selectedFile); await renderPhoto(payloadBody); } });