Skip to content

Commit

Permalink
Update domain names
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewCraswell committed Jan 24, 2024
1 parent eacc429 commit 118ee9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ 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.fencing.club/graphql/
VITE_BACKEND_API_URL=https://staging.fencing.club/api/
VITE_GRAPHQL_API_URL=https://piste.hasura.app/v1/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
VITE_APPLICATION_INSIGHTS_CONNECTION_STRING="InstrumentationKey=f9a98229-826b-4495-8cc5-f816b7cc6d63;IngestionEndpoint=https://westus2-2.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/"
Expand Down
5 changes: 2 additions & 3 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
VITE_AUTH0_CLIENT_ID=DfYhI2Bv6iHdA3m0BmTBifsrcCrXriKu
VITE_AUTH0_DOMAIN=login.fencing.club
VITE_GRAPHQL_API_URL=https://api.fencing.club/v1/graphql
#VITE_GRAPHQL_API_URL=https://fencing.club/graphql/
VITE_BACKEND_API_URL=https://fencing.club/api/
VITE_GRAPHQL_API_URL=https://app.fencing.club/graphql
VITE_BACKEND_API_URL=https://app.fencing.club/api/
VITE_APPLICATION_INSIGHTS_KEY=f93914f6-a856-4a57-a230-adbbfeccfc6b
VITE_APPLICATION_INSIGHTS_CONNECTION_STRING="InstrumentationKey=f93914f6-a856-4a57-a230-adbbfeccfc6b;IngestionEndpoint=https://westus2-2.in.applicationinsights.azure.com/;LiveEndpoint=https://westus2.livediagnostics.monitor.azure.com/"

0 comments on commit 118ee9f

Please sign in to comment.