From c9a952a3a9657490b6cd638135ff51ed1a685a1b Mon Sep 17 00:00:00 2001 From: Ben Klaas Date: Fri, 12 Aug 2022 15:06:55 -0500 Subject: [PATCH] Update README.md Keep .env setup section separate in case someone needs it outside of Quickstart instructions. Point Quickstart instructions to the .env setup section. --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 3daee9811..6a1738eea 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,7 @@ US Notify admin application - https://notifications-admin.app.cloud.gov (contact Open the notifications-admin repo in VS Code (File->Open Folder, select notifications-admin folder) -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_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. +create a .env file as detailed in the .env Setup section below Using VS Code's command pallette (cmd+shift+p), search "Remote Containers: Open folder in Container..." @@ -40,7 +35,7 @@ NOTE: any .py code changes you make should be picked up automatically in develop 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.