Skip to content

Commit 01ff74f

Browse files
author
Thibaud Brault
committed
Revert ":green_heart: change env variables value for endpoints in circleci test job"
This reverts commit 36abf98.
1 parent 9cef164 commit 01ff74f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ executors:
2424
ALGOLIA_APP_ID: M0NJ0PGAH1
2525
DISABLE_AUTH: true
2626
REACT_APP_DISABLE_AUTH: true
27-
REACT_APP_GRAPHQL_ENDPOINT: /gql
28-
REACT_APP_REST_ENDPOINT: /rest
27+
REACT_APP_GRAPHQL_ENDPOINT: http://localhost:4000/gql
28+
REACT_APP_REST_ENDPOINT: http://localhost:4000/rest
2929
REACT_APP_PRISMA_SERVICE: default/default
3030
REACT_APP_FAQ_URL: faq.team
3131
- image: postgres

0 commit comments

Comments
 (0)