mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
add slack key to secrets.js
This commit is contained in:
+5
-1
@@ -10,7 +10,11 @@ module.exports = {
|
||||
},
|
||||
|
||||
blogger: {
|
||||
key: process.env.BLOGGER_KEY,
|
||||
key: process.env.BLOGGER_KEY
|
||||
},
|
||||
|
||||
slack: {
|
||||
key: process.env.SLACK_KEY
|
||||
},
|
||||
|
||||
mandrill: {
|
||||
|
||||
Reference in New Issue
Block a user