We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a218af commit afa8762Copy full SHA for afa8762
UIcode/README.md
@@ -27,7 +27,7 @@ Then add the API URL to your `.env.development`
27
28
```bash
29
#set google client id i.e. 119469794689-hhq7rpcmd88c7r5gkiom0u2pakfka3cd.apps.googleusercontent.com
30
-echo "REACT_APP_GOOGLE_CLIENT_ID=119469794689-hhq7rpcmd88c7r5gkiom0u2pakfka3cd.apps.googleusercontent.com" >> .env.development
+echo "REACT_APP_API_URL=http://localhost:4080" >> .env.development
31
```
32
33
Include the Enclave URL in your `.env.development`
0 commit comments