Remove unused authentication methods

This commit is contained in:
Eric Leung
2016-06-07 08:23:12 -07:00
parent 97a253b345
commit 4ad9fbd8da
3 changed files with 0 additions and 70 deletions

View File

@ -4,20 +4,6 @@ module.exports = {
sessionSecret: process.env.SESSION_SECRET,
trello: {
key: process.env.TRELLO_KEY,
secret: process.env.TRELLO_SECRET
},
blogger: {
key: process.env.BLOGGER_KEY
},
mandrill: {
user: process.env.MANDRILL_USER,
password: process.env.MANDRILL_PASSWORD
},
facebook: {
clientID: process.env.FACEBOOK_ID,
clientSecret: process.env.FACEBOOK_SECRET,