2 lines
49 B
TypeScript
2 lines
49 B
TypeScript
export const jwtSecret = process.env.JWT_SECRET;
|
export const jwtSecret = process.env.JWT_SECRET;
|