Skip to content

Commit

Permalink
Updating endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
daithihearn committed Jan 14, 2023
1 parent 52caabc commit 5d4f0e5
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 5d4f0e5

Please sign in to comment.