Skip to content

Commit

Permalink
feat(auth): added more required credentials to use IBM Watson
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-Aftab committed Feb 16, 2021
1 parent 27b3207 commit c8e2231
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/config/auth.config.js
Original file line number Diff line number Diff line change
@@ -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,
};

0 comments on commit c8e2231

Please sign in to comment.