Skip to content

Commit

Permalink
undo secret removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Brad committed Sep 26, 2023
1 parent aa9673a commit 9eddb6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/config/auth.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
/*eslint-disable */
module.exports = {
SECRET:process.env.SECRET,
SECRET:
'c0d7d0716e4cecffe9dcc77ff90476d98f5aace08ea40f5516bd982b06401021191f0f24cd6759f7d8ca41b64f68d0b3ad19417453bddfd1dbe8fcb197245079',
CUSTOM_REQUEST_HEADER: process.env.CUSTOM_REQUEST_HEADER,
TOKEN_EXPIRATION_SEC: 900,
};
Expand Down

0 comments on commit 9eddb6a

Please sign in to comment.