mirror of
https://github.com/plankanban/planka.git
synced 2025-12-22 17:25:01 +03:00
feat: Add legal requirements (#1306)
This commit is contained in:
@@ -35,7 +35,7 @@ module.exports.custom = {
|
||||
baseUrlPath: parsedBasedUrl.pathname,
|
||||
baseUrlSecure: parsedBasedUrl.protocol === 'https:',
|
||||
|
||||
tokenExpiresIn: parseInt(process.env.TOKEN_EXPIRES_IN, 10) || 365,
|
||||
tokenExpiresIn: (parseInt(process.env.TOKEN_EXPIRES_IN, 10) || 365) * 24 * 60 * 60,
|
||||
|
||||
// Location to receive uploaded files in. Default (non-string value) is a Sails-specific location.
|
||||
uploadsTempPath: null,
|
||||
|
||||
Reference in New Issue
Block a user