mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-03-21 17:44:49 -05:00
fix(setup): rename SES environment var
missed this, it needed to be SECRET_KEY, not ACCESS_SECRET.
This commit is contained in:
parent
d2ebb9f2ca
commit
18bd158968
2
SETUP.md
2
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 |
|
||||
|
|
|
|||
|
|
@ -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 <user@company.net>
|
||||
PN_ACT_CONFIG_S3_ENDPOINT=nyc3.digitaloceanspaces.com
|
||||
PN_ACT_CONFIG_S3_ACCESS_KEY=ACCESS_KEY
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user