mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 09:49:20 +02:00
Update server dependencies
Breaking: rename parse-log script option `-nt` to `-n`
This commit is contained in:
parent
98adb32185
commit
cfd8c3c40e
5 changed files with 2069 additions and 1960 deletions
|
@ -826,7 +826,7 @@ export const USER_PASSWORD_RESET_LIFETIME = 60000 * 60 // 60 minutes
|
|||
export const USER_PASSWORD_CREATE_LIFETIME = 60000 * 60 * 24 * 7 // 7 days
|
||||
|
||||
export const TWO_FACTOR_AUTH_REQUEST_TOKEN_LIFETIME = 60000 * 10 // 10 minutes
|
||||
export let JWT_TOKEN_USER_EXPORT_FILE_LIFETIME = '15 minutes'
|
||||
export let JWT_TOKEN_USER_EXPORT_FILE_LIFETIME: `${number} minutes` | `${number} seconds` = '15 minutes'
|
||||
|
||||
export const EMAIL_VERIFY_LIFETIME = 60000 * 60 // 60 minutes
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue