constants.ts 151 Bytes Raw Blame History Permalink 1 2 3 // token de auth export const jwtConstants = { secret: String(process.env.TOKEN_SECRET) }; export const jwtExp = String(process.env.TOKEN_EXPIRATION);