Add job queue; e-mail sending; password reset support
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user