Add blogger API to FCC and list 5 most recent blog posts on about page
This commit is contained in:
@ -9,6 +9,10 @@ module.exports = {
|
||||
secret: process.env.TRELLO_SECRET
|
||||
},
|
||||
|
||||
blogger: {
|
||||
key: process.env.BLOGGER_KEY,
|
||||
},
|
||||
|
||||
mandrill: {
|
||||
user: process.env.MANDRILL_USER,
|
||||
password: process.env.MANDRILL_PASSWORD
|
||||
|
Reference in New Issue
Block a user