immich/server/src/constants/jwt.constant.ts
2022-02-03 10:06:44 -06:00

1 line
49 B
TypeScript

export const jwtSecret = process.env.JWT_SECRET;