export const jwtConfig = () => ({ secret: process.env.JWT_SECRET || 'your-jwt-secret-key', expiresIn: process.env.JWT_EXPIRES_IN || '7d', })