Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Latest commit

 

History

History
29 lines (15 loc) · 495 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 495 Bytes

scheduled-messenger

export AWS_ACCOUNT_ID=123

export AWS_ACCESS_KEY_ID=123

export AWS_SECRET_ACCESS_KEY=123

export AWS_DEFAULT_REGION=eu-central-1

export JWT_SECRET=01234567890123456789012345

export JWT_EXPIRES_IN=86400

export HASH_SALT_ROUNDS=10

export GMAIL_SMTP_HOST=smtp.gmail.com

export GMAIL_SMTP_PORT=587

export YAHOO_SMTP_HOST=smtp.mail.yahoo.com

export YAHOO_SMTP_PORT=587

export OUTLOOK_SMTP_HOST=smtp-mail.outlook.com

export OUTLOOK_SMTP_PORT=587

export TIME_WINDOW=5