Add job queue; e-mail sending; password reset support

This commit is contained in:
garrettmills
2020-05-25 15:45:26 -05:00
parent f371310620
commit 76ba843348
22 changed files with 884 additions and 30 deletions

View File

@@ -15,3 +15,12 @@ ENVIRONMENT=production
SSL_ENABLE=false
SSL_CERT_FILE=cert.pem
SSL_CERT_KEY=cert.key
REDIS_HOST=localhost
REDIS_PORT=6379
SMTP_HOST="mail.mydomain.com"
SMTP_PORT="587"
SMTP_USER="coreid@mydomain.com"
SMTP_DEFAULT_SENDER="coreid@mydomain.com"
SMTP_PASS="supersecretpassword"