File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ Configurations are loaded through environment variables. `.env` files are suppor
72
72
| ` PN_ACT_CONFIG_REDIS_URL ` | Redis URL | Yes |
73
73
| ` PN_ACT_CONFIG_EMAIL_SES_REGION ` | Amazon SES Region | Yes |
74
74
| ` PN_ACT_CONFIG_EMAIL_SES_ACCESS_KEY ` | Amazon SES Access Key | Yes |
75
- | ` PN_ACT_CONFIG_EMAIL_SES_ACCESS_SECRET ` | Amazon SES Access Secret | Yes |
75
+ | ` PN_ACT_CONFIG_EMAIL_SES_SECRET_KEY ` | Amazon SES Access Secret | Yes |
76
76
| ` PN_ACT_CONFIG_EMAIL_FROM ` | Email "from" address | Yes |
77
77
| ` PN_ACT_CONFIG_S3_ENDPOINT ` | s3 server endpoint | Yes |
78
78
| ` PN_ACT_CONFIG_S3_ACCESS_KEY ` | s3 secret key | Yes |
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ PN_ACT_CONFIG_EMAIL_HOST=smtp.gmail.com
8
8
PN_ACT_CONFIG_EMAIL_PORT = 587
9
9
PN_ACT_CONFIG_EMAIL_SES_REGION = region
10
10
PN_ACT_CONFIG_EMAIL_SES_ACCESS_KEY = ACCESS_KEY
11
- PN_ACT_CONFIG_EMAIL_SES_ACCESS_SECRET = ACCESS_SECRET
11
+ PN_ACT_CONFIG_EMAIL_SES_SECRET_KEY = ACCESS_SECRET
12
12
PN_ACT_CONFIG_EMAIL_FROM = Company Name <[email protected] >
13
13
PN_ACT_CONFIG_S3_ENDPOINT = nyc3.digitaloceanspaces.com
14
14
PN_ACT_CONFIG_S3_ACCESS_KEY = ACCESS_KEY
You can’t perform that action at this time.
0 commit comments