|
@@ -3,5 +3,5 @@ import { jwtSecret } from '../constants/jwt.constant';
|
|
|
|
|
|
export const jwtConfig: JwtModuleOptions = {
|
|
export const jwtConfig: JwtModuleOptions = {
|
|
secret: jwtSecret,
|
|
secret: jwtSecret,
|
|
- signOptions: { expiresIn: '7d' },
|
|
|
|
|
|
+ signOptions: { expiresIn: '30d' },
|
|
};
|
|
};
|