Skip to content

Commit

Permalink
add slack key to secrets.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Q Larson committed Apr 9, 2015
1 parent 2c6a781 commit e3acdb9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/secrets.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ module.exports = {
},

blogger: {
key: process.env.BLOGGER_KEY,
key: process.env.BLOGGER_KEY
},

slack: {
key: process.env.SLACK_KEY
},

mandrill: {
Expand Down

0 comments on commit e3acdb9

Please sign in to comment.