Remove vestigial Trello and Blogger API keys and functions

This commit is contained in:
Quincy Larson
2016-05-18 00:04:19 -07:00
parent aebb25431d
commit 9ced160f47
4 changed files with 0 additions and 55 deletions

View File

@@ -2,15 +2,6 @@ module.exports = {
host: '127.0.0.1',
sessionSecret: process.env.SESSION_SECRET,
trello: {
key: process.env.TRELLO_KEY,
secret: process.env.TRELLO_SECRET
},
blogger: {
key: process.env.BLOGGER_KEY
},
github: {
clientID: process.env.GITHUB_ID,
clientSecret: process.env.GITHUB_SECRET