chore(server): updated server to freeCodeCamp

This commit is contained in:
Peter Weinberg
2017-01-13 21:14:43 -05:00
parent 47f220c166
commit 4fe0b0ca07
8 changed files with 81 additions and 81 deletions

View File

@@ -75,7 +75,7 @@ module.exports = function(app) {
type: 'email',
to: user.email,
from: 'Team@freecodecamp.com',
subject: 'Welcome to Free Code Camp!',
subject: 'Welcome to freeCodeCamp!',
protocol: isDev ? null : 'https',
host: isDev ? 'localhost' : 'freecodecamp.com',
port: isDev ? null : 443,