Skip to content

Commit

Permalink
Simplify default frontend env
Browse files Browse the repository at this point in the history
  • Loading branch information
ScriptSmith committed Oct 5, 2023
1 parent 35ab96b commit 00ea7b7
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions frontend/.env
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
NEXT_PUBLIC_AWS_REGION=ap-southeast-2
NEXT_PUBLIC_ENV=dev
NEXT_PUBLIC_AUTH_PROVIDER=QUT
NEXT_PUBLIC_APPLICATION_NAME=transcription
NEXT_PUBLIC_API_ENDPOINT=https://api-transcription.dev.eresearchqut.net
NEXT_PUBLIC_AUTH_IDENTITY_POOL_ID=ap-southeast-2:a6c812ce-e835-45ed-b832-d0f2982c3a52
NEXT_PUBLIC_AUTH_USER_POOL_ID=ap-southeast-2_RcPlo3Nb7
NEXT_PUBLIC_AUTH_USER_POOL_CLIENT_ID=7e17php94gsponsr192865n9ud
NEXT_PUBLIC_AUTH_SIGN_IN_REDIRECT=http://localhost:3000/
NEXT_PUBLIC_AUTH_SIGN_OUT_REDIRECT=http://localhost:3000/
NEXT_PUBLIC_AUTH_DOMAIN=dev-auth-research.qut.edu.au
NEXT_PUBLIC_APPLICATION_NAME=transcription

0 comments on commit 00ea7b7

Please sign in to comment.