Skip to content

Commit

Permalink
Fix graphql url
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewCraswell committed Jan 24, 2024
1 parent f2462cf commit c89c3e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ VITE_SITE_NAME=Piste
VITE_GOOGLE_PLACES_API_KEY=AIzaSyDTWQFUbtAqysqsIR7zo_eInul9v5hwZy8
VITE_AUTH0_CLIENT_ID=DfYhI2Bv6iHdA3m0BmTBifsrcCrXriKu
VITE_AUTH0_DOMAIN=login.fencing.club
VITE_GRAPHQL_API_URL=https://staging.app.fencing.club/v1/graphql/
VITE_GRAPHQL_API_URL=https://staging.app.fencing.club/graphql/
VITE_BACKEND_API_URL=https://staging.app.fencing.club/api/
VITE_AUTH0_HASURA_AUDIENCE=https://piste.hasura.app/v1/graphql
VITE_APPLICATION_INSIGHTS_KEY=f9a98229-826b-4495-8cc5-f816b7cc6d63
Expand Down

0 comments on commit c89c3e5

Please sign in to comment.