Skip to content

Commit

Permalink
Merge pull request #65 from daithihearn/daithi-bugfix7
Browse files Browse the repository at this point in the history
Updating endpoints
  • Loading branch information
daithihearn authored Jan 14, 2023
2 parents 53e9fe8 + 44d3bfd commit 0565f5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PORT=3000
REACT_APP_API_URL=http://localhost:8080
REACT_APP_WEBSOCKET_URL=http://localhost:7070
REACT_APP_API_URL=https://cards110-api.eu.ngrok.io
REACT_APP_WEBSOCKET_URL=https://cards110-ws.eu.ngrok.io

# Auth0
REACT_APP_AUTH0_DOMAIN=dev-iqlbqq2ga4ozf68n.us.auth0.com
REACT_APP_AUTH0_AUDIENCE=http://localhost:8080
REACT_APP_AUTH0_AUDIENCE=https://cards110-api.eu.ngrok.io
REACT_APP_AUTH0_CLIENT_ID=eW2zIbPBXSdnUTcEXL3ABr7RE9bMJLF2
REACT_APP_AUTH0_SCOPE=openid profile email read:admin write:admin delete:admin read:game write:game

0 comments on commit 0565f5f

Please sign in to comment.