Clean up views, remove API controller views, add the gmail-shortcuts, control-shortcuts and deploy-a-website static views. Move all resource controller views to a resources view folder and update routes

This commit is contained in:
Michael Q Larson
2014-12-26 00:05:00 -08:00
parent fffc4ec949
commit a5fa27466c
36 changed files with 238 additions and 984 deletions

View File

@ -4,6 +4,11 @@ module.exports = {
sessionSecret: process.env.SESSION_SECRET,
trello: {
key: process.env.TRELLO_KEY,
secret: process.env.TRELLO_SECRET
},
mandrill: {
user: process.env.MANDRILL_USER,
password: process.env.MANDRILL_PASSWORD