diff --git a/SETUP.md b/SETUP.md index 1ab3a5a..f5cbd82 100644 --- a/SETUP.md +++ b/SETUP.md @@ -72,7 +72,7 @@ Configurations are loaded through environment variables. `.env` files are suppor | `PN_ACT_CONFIG_REDIS_URL` | Redis URL | Yes | | `PN_ACT_CONFIG_EMAIL_SES_REGION` | Amazon SES Region | Yes | | `PN_ACT_CONFIG_EMAIL_SES_ACCESS_KEY` | Amazon SES Access Key | Yes | -| `PN_ACT_CONFIG_EMAIL_SES_ACCESS_SECRET` | Amazon SES Access Secret | Yes | +| `PN_ACT_CONFIG_EMAIL_SES_SECRET_KEY` | Amazon SES Access Secret | Yes | | `PN_ACT_CONFIG_EMAIL_FROM` | Email "from" address | Yes | | `PN_ACT_CONFIG_S3_ENDPOINT` | s3 server endpoint | Yes | | `PN_ACT_CONFIG_S3_ACCESS_KEY` | s3 secret key | Yes | diff --git a/example.env b/example.env index 6242f3a..626100d 100644 --- a/example.env +++ b/example.env @@ -8,7 +8,7 @@ PN_ACT_CONFIG_EMAIL_HOST=smtp.gmail.com PN_ACT_CONFIG_EMAIL_PORT=587 PN_ACT_CONFIG_EMAIL_SES_REGION=region PN_ACT_CONFIG_EMAIL_SES_ACCESS_KEY=ACCESS_KEY -PN_ACT_CONFIG_EMAIL_SES_ACCESS_SECRET=ACCESS_SECRET +PN_ACT_CONFIG_EMAIL_SES_SECRET_KEY=ACCESS_SECRET PN_ACT_CONFIG_EMAIL_FROM=Company Name PN_ACT_CONFIG_S3_ENDPOINT=nyc3.digitaloceanspaces.com PN_ACT_CONFIG_S3_ACCESS_KEY=ACCESS_KEY