Update README.md

Co-authored-by: Ryan Ahearn <ryan.ahearn@gsa.gov>
This commit is contained in:
Ben Klaas
2022-08-12 15:01:33 -05:00
committed by GitHub
parent 917f2aba8a
commit 68de001de9

View File

@@ -19,7 +19,7 @@ Open the notifications-admin repo in VS Code (File->Open Folder, select notifica
create a .env file using sample.env as a template
`cp sample.env .env` (or via VS Code file browser)
from the notifications-api checkout, copy the values in that repo's .env file for `AWS_ACCESS_KEY_ID1` and `AWS_SECRET_ACCESS_KEY` into this repo's .env file.
from the notifications-api checkout, copy the values in that repo's .env file for `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` into this repo's .env file.
Change `BASIC_AUTH_USERNAME` and `BASIC_AUTH_PASSWORD` to what you'd like them to be for this deployment.