Add sendgrid credentials

This commit is contained in:
Ben Ramey
2014-04-14 22:19:58 -05:00
parent df7961692c
commit bd112723d6

View File

@@ -2,6 +2,6 @@
// Configuration for EmailService
//
module.exports.email = {
apiUser: "",
apiKey: ""
apiUser: "benjaminramey",
apiKey: "AVidasUPthub6pY3fFGe"
};