Skip to content

Commit

Permalink
reverting back .env file changes
Browse files Browse the repository at this point in the history
  • Loading branch information
daithihearn committed Dec 7, 2023
1 parent 1b94bef commit a1eced8
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=https://cards110.daithiapp.com/api
REACT_APP_WEBSOCKET_URL=https://cards110.daithiapp.com/ws
REACT_APP_API_URL=http://localhost:7080
REACT_APP_WEBSOCKET_URL=http://localhost:7070

# Auth0
REACT_APP_AUTH0_DOMAIN=dev-iqlbqq2ga4ozf68n.us.auth0.com
REACT_APP_AUTH0_AUDIENCE=https://cards110-api.eu.ngrok.io
REACT_APP_AUTH0_AUDIENCE=http://localhost:8080
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 a1eced8

Please sign in to comment.