Add SENDGRID_API_KEY to .env_sample (#12982)
This is only useful in production, but helpful to see there is such an environment variable needed. Closes #12977
This commit is contained in:
parent
3417dd5447
commit
f1d85e666b
1 changed files with 4 additions and 0 deletions
|
|
@ -155,3 +155,7 @@ STACK_EXCHANGE_APP_KEY=""
|
|||
# (https://docs.github.com/)
|
||||
GITHUB_KEY="Optional"
|
||||
GITHUB_SECRET="Optional"
|
||||
|
||||
# For Sendgrid email
|
||||
# https://sendgrid.com/docs/for-developers/sending-email/upgrade-your-authentication-method-to-api-keys/#upgrade-to-api-keys-for-your-smtp-integration
|
||||
SENDGRID_API_KEY="Optional, Production only"
|
||||
Loading…
Add table
Reference in a new issue