Skip to content

Commit

Permalink
removed TOKEN_EXPIRES_IN
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunlumbcgov committed Sep 20, 2023
1 parent 80be159 commit a102d6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/src/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@ nconf.defaults({
privateKey: process.env.UI_PRIVATE_KEY,
publicKey: process.env.UI_PUBLIC_KEY,
audience: process.env.SERVER_FRONTEND,
issuer: process.env.ISSUER,
expiresIn: process.env.TOKEN_EXPIRES_IN
issuer: process.env.ISSUER
},
redis:{
host:process.env.REDIS_HOST,
Expand Down

0 comments on commit a102d6a

Please sign in to comment.