diff --git a/server/config/auth.config.js b/server/config/auth.config.js index 4ebcf96..7fd1746 100644 --- a/server/config/auth.config.js +++ b/server/config/auth.config.js @@ -1,3 +1,5 @@ module.exports = { secret: process.env.SECRET_JWT_KEY, + iBMKey: process.env.IBM_WATSON_API_KEY, + iBMURL: process.env.IBM_WATSON_API_URL, };