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 9cef164 commit 01ff74fCopy full SHA for 01ff74f
.circleci/config.yml
@@ -24,8 +24,8 @@ executors:
24
ALGOLIA_APP_ID: M0NJ0PGAH1
25
DISABLE_AUTH: true
26
REACT_APP_DISABLE_AUTH: true
27
- REACT_APP_GRAPHQL_ENDPOINT: /gql
28
- REACT_APP_REST_ENDPOINT: /rest
+ REACT_APP_GRAPHQL_ENDPOINT: http://localhost:4000/gql
+ REACT_APP_REST_ENDPOINT: http://localhost:4000/rest
29
REACT_APP_PRISMA_SERVICE: default/default
30
REACT_APP_FAQ_URL: faq.team
31
- image: postgres
0 commit comments