-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update README with comprehensive stack testing instructions
- Loading branch information
1 parent
2678c98
commit 7157281
Showing
4 changed files
with
61 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,14 @@ | ||
# For running locally: | ||
VITE_BACKEND_URL=http://localhost:3000/api | ||
# For building the UI for remote testing: | ||
#VITE_BACKEND_URL=https://[YOUR_UI_DOMAIN]/api | ||
|
||
# Currently only AWS Cognito is supported for AuthN/AuthZ. | ||
# Cognito can integrate with external identity providers, such as Azure. | ||
|
||
# Currently only AWS Cognito is supported for remote authn/authz | ||
# Note that Cognito can integrate with external identity providers | ||
#VITE_AUTH_PROVIDER=cognito | ||
#VITE_COGNITO_REDIRECT_URL=https://YOUR_DOMAIN | ||
#VITE_COGNITO_USERPOOL_ID=YOUR_USERPOOL_ID | ||
#VITE_COGNITO_USERPOOL_CLIENT=YOUR_CLIENT_ID | ||
#VITE_COGNITO_USERPOOL_DOMAIN=YOUR_AUTH_DOMAIN | ||
# Replace these with your actual values: | ||
#VITE_COGNITO_REDIRECT_URL=https://[YOUR_UI_DOMAIN] | ||
#VITE_COGNITO_USERPOOL_ID=[AWS_REGION]_abcdefghi | ||
#VITE_COGNITO_USERPOOL_CLIENT=abcdefghijklmnopqrstuvwxyz | ||
#VITE_COGNITO_USERPOOL_DOMAIN=dev-spylogic.auth.[AWS_REGION].amazoncognito.com |