updated config env vars

This commit is contained in:
David Baldwynn 2016-05-18 14:30:57 -07:00
parent 791895fb93
commit 2483868aad
2 changed files with 0 additions and 3 deletions

View file

@ -50,8 +50,6 @@ module.exports = {
from: process.env.MAILER_FROM || 'no-reply@tellform.com',
options: {
service: process.env.MAILER_SERVICE_PROVIDER || '',
secure: false,
requireTLS: true,
auth: {
user: process.env.MAILER_EMAIL_ID || '',
pass: process.env.MAILER_PASSWORD || ''

View file

@ -55,7 +55,6 @@ module.exports = {
from: process.env.MAILER_FROM || 'no-reply@tellform.com',
options: {
service: process.env.MAILER_SERVICE_PROVIDER || '',
secure: false,
requireTLS: true,
auth: {
user: process.env.MAILER_EMAIL_ID || '',