We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed71732 commit dc6655dCopy full SHA for dc6655d
README.md
@@ -22,7 +22,7 @@ Setup the web app environmental variables.
22
23
```
24
REACT_APP_DEBUG=true # show/hide web debugger
25
-REACT_APP_GQL_URL=http://localhost:4000/graphql
+REACT_APP_GQL_URI=http://localhost:4000/graphql
26
REACT_APP_GQL_AUTH_TOKEN={YOUR_API_AUTH_TOKEN}
27
28
0 commit comments