mirror of
https://github.com/PretendoNetwork/account.git
synced 2026-08-20 01:34:05 -05:00
feat(setup): fix up setup instructions
they were pretty outdated, still referencing using SMTP, but the server migrated to amazon SES.
This commit is contained in:
@@ -6,9 +6,9 @@ PN_ACT_CONFIG_MONGOOSE_OPTION_useUnifiedTopology=true
|
||||
PN_ACT_CONFIG_REDIS_URL=redis://localhost:6379
|
||||
PN_ACT_CONFIG_EMAIL_HOST=smtp.gmail.com
|
||||
PN_ACT_CONFIG_EMAIL_PORT=587
|
||||
PN_ACT_CONFIG_EMAIL_SECURE=false
|
||||
PN_ACT_CONFIG_EMAIL_USERNAME=username
|
||||
PN_ACT_CONFIG_EMAIL_PASSWORD=password
|
||||
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_FROM=Company Name <user@company.net>
|
||||
PN_ACT_CONFIG_S3_ENDPOINT=nyc3.digitaloceanspaces.com
|
||||
PN_ACT_CONFIG_S3_ACCESS_KEY=ACCESS_KEY
|
||||
|
||||
Reference in New Issue
Block a user