constants.ts 134 Bytes Raw Blame History Permalink 1 2 export const jwtConstants = { secret: String(process.env.TOKEN_SECRET) }; export const jwtExp = String(process.env.TOKEN_EXPIRATION);