From 5520f1df2cb54421a7123767b5ed68022bca5d7b Mon Sep 17 00:00:00 2001 From: Andrew Dunkman Date: Tue, 25 Aug 2020 14:36:48 -0400 Subject: [PATCH] Update documentation for IRS_SUPERUSER_EMAIL --- docs/environments/setup.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/environments/setup.md b/docs/environments/setup.md index 3b6422adb06..9ee1ac4736e 100644 --- a/docs/environments/setup.md +++ b/docs/environments/setup.md @@ -83,7 +83,9 @@ A prerequisite for a successful build within CircleCI is [access to CircleCI’s | `COGNITO_SUFFIX` | Suffix of your choice for the Cognito URL | | `USTC_ADMIN_PASS` | Password of your choice used by the Cognito admin user | | `SES_DMARC_EMAIL` | Email address used with SES to which aggregate DMARC validations are sent | - | `IRS_SUPERUSER_EMAIL` | Email address used to serve all new petitions to the IRS | + | `IRS_SUPERUSER_EMAIL_STG` | Email address used to serve all new petitions to the IRS for STG | + | `IRS_SUPERUSER_EMAIL_TEST` | Email address used to serve all new petitions to the IRS for TEST | + | `IRS_SUPERUSER_EMAIL_PROD` | Email address used to serve all new petitions to the IRS for PROD | - Run a build in CircleCI. - The build may fail the first time, as provisioning new security certificates can take some time (and cause a timeout). See [the troubleshooting guide](../TROUBLESHOOTING.md) for solutions to common problems.