Skip to content

Commit

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

0 comments on commit aa9673a

Please sign in to comment.