fixes to emailing errors

This commit is contained in:
Tyler Renelle
2013-09-07 20:13:02 -04:00
parent 08f4d5fe20
commit 5cb6e7e0dd
3 changed files with 12 additions and 40 deletions
+1
View File
@@ -7,6 +7,7 @@
"NODE_DB_URI":"mongodb://localhost/habitrpg",
"NODE_ENV":"development",
"SESSION_SECRET":"YOUR SECRET HERE",
"ADMIN_EMAIL": "you@yours.com",
"SMTP_USER":"user@domain.com",
"SMTP_PASS":"password",
"SMTP_SERVICE":"Gmail",